Click or drag to resize

SetPermissionsAction Class

Provides functionality for changing the permission settings on the list item on that the workflow is executed.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkflowKit.ActionsBaseAction
    Colygon.MatchPoint.WorkflowKit.ActionsSetPermissionsAction

Namespace:  Colygon.MatchPoint.WorkflowKit.Actions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class SetPermissionsAction : BaseAction

The SetPermissionsAction type exposes the following members.

Constructors
  NameDescription
Public methodSetPermissionsAction
Initializes a new instance of the SetPermissionsAction class
Top
Properties
  NameDescription
Public propertyId (Inherited from BaseAction.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecute (Overrides BaseActionExecute(WorkflowScope).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessChildElement (Inherited from BaseAction.)
Public methodRun(WorkflowScope) (Inherited from BaseAction.)
Public methodRun(WorkflowScope, Boolean) (Inherited from BaseAction.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldErrorHandler
Specifies an error handling method in case an exception occures during the execution of the action.
(Inherited from BaseAction.)
Public fieldMode
Specifies if the role assignments are added, removed or replaced on the existing workflow item.
Public fieldPermissionLevel
Specifies the permission level for the role assignment to add or remove. In case of removal this can be empty to remove all permissions for the specified users.
Public fieldUsers
Specifies the users for which to add or remove role assignments.
Top
Remarks
This is a MatchPoint configuration class.
See Also