This documentation is archived and is not being maintained.
ContentRight Enumeration
Visual Studio 2010
Specifies rights that can be granted to users for accessing content in a rights managed document.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| View | The user can view the protected content. | |
| Edit | The user can edit and encrypt the protected content. | |
| The user can print the protected content. | ||
| Extract | The user can extract (copy and paste) the protected content. | |
| ObjectModel | The user can control programmed access to the protected content. | |
| Owner | The user is the content owner. The owner can edit and encrypt the protected content, and decrypt the signed PublishLicense. | |
| ViewRightsData | The user can decrypt and view the rights specified in the signed PublishLicense. | |
| Forward | The user can forward the protected content to another user. | |
| Reply | The user can reply to the sender of the protected content. | |
| ReplyAll | The user can "reply all" to recipients of the protected content. | |
| Sign | The user can digitally sign the protected content. | |
| DocumentEdit | The user can edit the document that contains the protected content. | |
| Export | The user can export the protected content. |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: