---
title: "show(withParticipant:highlight:in:)"
framework: sharedwithyou
role: symbol
role_heading: Type Method
path: "sharedwithyou/swremoveparticipantalert/show(withparticipant:highlight:in:)"
---

# show(withParticipant:highlight:in:)

## Declaration

```swift
class func show(withParticipant participant: SWPerson, highlight: SWCollaborationHighlight, in window: NSWindow?)
```

## Parameters

- `participant`: The SWPerson displayed in the alert.
- `highlight`: The SWCollaborationHighlight related to the request.
- `window`: The NSWindow to host the alert.

## See Also

### Requesting participant removal

- [SWRemoveParticipantAlertController](sharedwithyou/swremoveparticipantalertcontroller.md)
