<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSharingCollaborationMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSSharingCollaborationMode"
  },
  "title" : "NSSharingCollaborationMode"
}
-->

# NSSharingCollaborationMode

Represents the types of sharing (collaborating on an item vs. sending a copy of the item)
The share picker supports up to two modes, each of which corresponds to one of these types

```
enum NSSharingCollaborationMode
```

## Topics

### Enumeration Cases

[`case collaborate`](/documentation/AppKit/NSSharingCollaborationMode/collaborate)

[`case sendCopy`](/documentation/AppKit/NSSharingCollaborationMode/sendCopy)

### Initializers

[`init?(rawValue: Int)`](/documentation/AppKit/NSSharingCollaborationMode/init(rawValue:))

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)