Permission Members
Provides access to the UserPermissionCollection and permission settings that can be applied to a form.
The following tables list the members exposed by the Permission type.
Protected Constructors
Name | Description | |
---|---|---|
Permission |
Top
Public Properties
Name | Description | |
---|---|---|
DocumentAuthor | Gets or sets the author of the current form as an e-mail address. | |
Enabled | Gets or sets whether the permission settings represented by the Permission object are enabled for the current form. | |
PermissionFromPolicy | Gets or sets whether a permission policy has been applied to the current form. | |
PolicyDescription | Gets a description of the policy that was applied to the current form. | |
PolicyName | Gets the name of the policy that was applied to the current form. | |
RequestPermissionUrl | Gets or sets the file, URL, or e-mail address to contact for users who need additional permissions on the current form. | |
StoreLicenses | Gets or sets whether the user's license to view the current form should be cached to allow offline viewing when the user cannot connect to a rights management server. | |
UserPermissions | Gets a UserPermissionCollection for the current form. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ApplyPolicy | Applies a policy to the form using a policy template file. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top