Defines the roles supported by the SDK.
Signature
@interface MSRole : MSSecureCodableObject
Properties
| Name | Description |
|---|---|
| viewer |
User will only be able to view the document. |
| reviewer |
User will only be able to view and edit the document. |
| author |
User will be able to view, edit, copy, and print the document. |
| coOwner |
User will have all permissions; view, edit, copy and print. |
Defined in
MSRole.h
Supported Platforms
| Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |
Thread Safety
Members of this class are not guaranteed to be thread safe.