UserPermissionCollection Members
Include Protected Members
Include Inherited Members
Represents the collection of UserPermission objects associated with the current form.
The UserPermissionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserPermissionCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of UserPermission objects in the collection. | |
Item[Int32] | Gets the UserPermission object at the specified index in the collection. | |
Item[String] | Get the UserPermission object with the specified UserId from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add(String) | Adds a new user to the current form. | |
Add(String, PermissionType) | Adds a new user with the specified permissions. | |
Add(String, DateTime) | Add a new user to the current form with an expiration date. | |
Add(String, PermissionType, DateTime) | Creates a new set of permissions on the current form for the specified user with the specified permissions and an expiration date. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an IEnumerator for iterating over the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the UserPermission object with the specified UserId from the collection. | |
RemoveAll | Removes all UserPermission objects from the collection. | |
ToString | (Inherited from Object.) |
Top