Permission Members
Include Protected Members
Include Inherited Members
Provides access to the UserPermissionCollection and permission settings that can be applied to a form.
The Permission type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Permission |
Top
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 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
Methods
Name | Description | |
---|---|---|
ApplyPolicy | Applies a policy to the form using a policy template file. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top