MSEditableDocumentRights Class
Rights that apply to editable documents.
Signature
@interface MSEditableDocumentRights : NSObject
Methods
Name | Description |
---|---|
+(NSString) edit; |
Specifies a right that allows the protected content to be edited and saved to the same protected format. |
+(NSString) exportable; |
Specifies a right that allows content to be extracted from a protected format and placed in a different AD RMS-protected format. |
+(NSString) extract; |
Specifies a right that allows content to be extracted from a protected format and placed in an unprotected, or a different protected format. Same value as [[MSEmailRights extract]](msemailrights-interface-objc.md). |
+(NSString) print; |
Specifies a right that allows protected content to be printed. Same value as [[MSEmailRights print]](msemailrights-interface-objc.md). |
+(NSString) comment; |
Specifies a right that allows protected content to have comments added. |
+(NSArray) all; |
Specifies a list of all of the rights that apply to editable documents.[!Note] |
Defined in
MSRight.h
Supported Platforms
Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |
Remarks
For more information about the built-in rights and the usage restrictions associated with them that apps should observe, see Built-in Rights Usage Restriction Reference.
Thread Safety
Members of this class are not guaranteed to be thread safe.