PermissionObject Members
Include Protected Members
Include Inherited Members
Provides access to UserPermissionObject objects and permission settings that can be applied to a form.
The PermissionObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of UserPermissionObject objects associated with the form. (Inherited from Permission.) |
![]() |
DocumentAuthor | Gets or sets the author of the current form as an e-mail address. (Inherited from Permission.) |
![]() |
Enabled | Gets or sets whether the permission settings represented by the Permission object are enabled for the current form. (Inherited from Permission.) |
![]() |
Item | Gets the UserPermission object at the specified index. (Inherited from Permission.) |
![]() |
PermissionFromPolicy | Gets whether a permission policy has been applied to the current form. (Inherited from Permission.) |
![]() |
PolicyDescription | Gets a description of the policy that was applied to the current form. (Inherited from Permission.) |
![]() |
PolicyName | Gets the name of the policy that was applied to the current form. (Inherited from Permission.) |
![]() |
RequestPermissionURL | Gets or sets the file, URL, or e-mail address to contact for users who need additional permissions on the current form. (Inherited from Permission.) |
![]() |
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. (Inherited from Permission.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Creates a new set of permissions on the current form for the specified user with the specified permissions and an expiration date. (Inherited from Permission.) |
![]() |
ApplyPolicy | Applies a policy to the form using a policy template file. (Inherited from Permission.) |
![]() |
GetEnumerator() | Gets an IEnumerator for iterating over the collection. (Inherited from Permission.) |
![]() |
RemoveAll | Removes all UserPermission objects associated with the form. (Inherited from Permission.) |
Top