---
title: SWCollaborationIdentifier
framework: sharedwithyoucore
role: symbol
role_heading: Structure
path: sharedwithyoucore/swcollaborationidentifier
---

# SWCollaborationIdentifier

A unique identifier for a collaboration.

## Declaration

```swift
struct SWCollaborationIdentifier
```

## Topics

### Creating a collaboration identifier

- [init(_:)](sharedwithyoucore/swcollaborationidentifier/init(_:).md)
- [init(rawValue:)](sharedwithyoucore/swcollaborationidentifier/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Manage collaboration participants

- [SWPerson](sharedwithyoucore/swperson.md)
