Click or drag to resize

PermissionAssignmentMode Enumeration

Specifies the permission assignment mode for a SetPermissionsAction.

Namespace:  Colygon.MatchPoint.WorkflowKit.Actions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public enum PermissionAssignmentMode
Members
  Member nameValueDescription
ResetRoleInheritance0Restores permission inheritance from the parent object.
Add1Adds the permissions for the specified users to the current permission set.
Remove2Removes the permissions for the specified users from the current permission set.
Replace3Replaces the existing permissions for the specified users on the current permission set.
See Also