ContentRight Enum

Definition

Specifies rights that can be granted to users for accessing content in a rights managed document.

public enum class ContentRight
public enum ContentRight
type ContentRight = 
Public Enum ContentRight
Inheritance
ContentRight

Fields

DocumentEdit 11

The user can edit the document that contains the protected content.

Edit 1

The user can edit and encrypt the protected content.

Export 12

The user can export the protected content.

Extract 3

The user can extract (copy and paste) the protected content.

Forward 7

The user can forward the protected content to another user.

ObjectModel 4

The user can control programmed access to the protected content.

Owner 5

The user is the content owner. The owner can edit and encrypt the protected content, and decrypt the signed PublishLicense.

Print 2

The user can print the protected content.

Reply 8

The user can reply to the sender of the protected content.

ReplyAll 9

The user can "reply all" to recipients of the protected content.

Sign 10

The user can digitally sign the protected content.

View 0

The user can view the protected content.

ViewRightsData 6

The user can decrypt and view the rights specified in the signed PublishLicense.

Remarks

All rights allow users to decrypt protected content. In addition, the enumeration values that follow grant specific additional rights.

Applies to

See also