EditableDocumentRights class

Rights that apply to editable documents.

Syntax

public ref class EditableDocumentRights 

Members

The EditableDocumentRights class inherits from IInspectable. EditableDocumentRights also has these types of members:

Properties

The EditableDocumentRights class has these properties.

Property Access type Description
All
Read-only
Gets a collection of all the rights that apply to editable documents.
Edit
Read-only
Gets a right that allows the protected content to be edited and saved to the same protected format.
Export
Read-only
Gets a right that allows content to be extracted from a protected format and placed in a different AD RMS-protected format.
Extract
Read-only
Gets 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 EmailRights.Extract.
Print
Read-only
Gets a right that allows protected content to be printed. Same value as EmailRights.Print.

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.

Requirements

Minimum supported client
None supported
Minimum supported server
None supported
Minimum supported phone
Windows Phone 8.1
Namespace
Microsoft::RightsManagement
Metadata
Microsoft.RightsManagement.winmd

See also

IInspectable