---
title: SWCollaborationShareOptions
framework: sharedwithyoucore
role: symbol
role_heading: Class
path: sharedwithyoucore/swcollaborationshareoptions
---

# SWCollaborationShareOptions

An object that represents the state of the collaboration options for the document.

## Declaration

```swift
class SWCollaborationShareOptions
```

## Mentioned in

Adding custom collaboration to your app

## Topics

### Creating share options

- [init(coder:)](sharedwithyoucore/swcollaborationshareoptions/init(coder:).md)
- [init(optionsGroups:)](sharedwithyoucore/swcollaborationshareoptions/init(optionsgroups:).md)
- [init(optionsGroups:summary:)](sharedwithyoucore/swcollaborationshareoptions/init(optionsgroups:summary:).md)

### Accessing options attributes

- [optionsGroups](sharedwithyoucore/swcollaborationshareoptions/optionsgroups.md)
- [summary](sharedwithyoucore/swcollaborationshareoptions/summary.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Manage options in a collaboration

- [SWCollaborationOption](sharedwithyoucore/swcollaborationoption.md)
- [SWCollaborationOptionsGroup](sharedwithyoucore/swcollaborationoptionsgroup.md)
- [SWCollaborationOptionsPickerGroup](sharedwithyoucore/swcollaborationoptionspickergroup.md)
- [SWLocalCollaborationIdentifier](sharedwithyoucore/swlocalcollaborationidentifier.md)
- [UTCollaborationOptionsTypeIdentifier](sharedwithyoucore/utcollaborationoptionstypeidentifier.md)
