PermissionAssignmentMode Enumeration |
Namespace:
Colygon.MatchPoint.WorkflowKit.Actions
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public enum PermissionAssignmentMode
Members
| Member name | Value | Description |
---|
| ResetRoleInheritance | 0 | Restores permission inheritance from the parent object. |
| Add | 1 | Adds the permissions for the specified users to the current permission set. |
| Remove | 2 | Removes the permissions for the specified users from the current permission set. |
| Replace | 3 | Replaces the existing permissions for the specified users on the current permission set. |
See Also