Click or drag to resize

Colygon.MatchPoint.WorkflowKit.Actions Namespace

Contains functionality for actions that can be executed during a MatchPoint workflow.
Remarks
You can implement custom worflow actions by implementing the BaseActionclass.
Classes
  ClassDescription
Public classBaseAction
Base class for all actions that can be specified within a workflow.
Public classBaseFileAction
Public classBaseUpdatableAction
Public classCaseBlock
Specifies a case within a SwitchAction.
Public classCheckInFileAction
Provides functionality for checking in a file.
Public classCheckOutFileAction
Provides functionality for checking out a file.
Public classCopyFileAction
Provides functionality for copying/moving a document or list item.
Public classCreateListItemAction
Provides functionality for creating a new list item.
Public classCreateTaskAction
Provides functionality for creating a new task.
Public classCreateWebAction
Provides functionality for creating a new SharePoint site or site collection.
Public classCreateWorkspaceAction
Provides functionality for creating a new MatchPoint workspace.
Public classDeleteFileAction
Provides functionality for deleting a file.
Public classDeleteItemAction
Provides functionality for deleting a SharePoint list item.
Public classElevatedBaseAction
Base class for workflow actions that have to be executed with elevated privileges.
Public classEvaluateAction
Provides functionality for evaluating a MatchPoint expression.
Public classFieldAssignment
Specifies a field value assignments.
Public classForEachAction
Provides functionality for iterating over a collection of objects and executing the same actions for each of them.
Public classModifyItemAction
Provides functionality for modifying a SharePoint list item.
Public classModifyUpdatableAction
Provides functionality for modifying an object that implements the IUpdatable interface.
Public classModifyWorkspaceAction
Public classPermissionAssignment
Specifies a permission assignment within the ModifyItemAction.
Public classSendMailAction
Provides functionality for sending a message to one or more recipients.
Public classSetFieldAction
Provides functionality for setting the value of a field on the list item on that the workflow is executed.
Public classSetPermissionsAction
Provides functionality for changing the permission settings on the list item on that the workflow is executed.
Public classSetTagsAction
Provides functionality for modifying tags on the list item on that the workflow is executed.
Public classSetVariableAction
Provides functionality for setting the value of a workflow instance variable.
Public classSwitchAction
Provides functionality for executing different sets of actions depending on the result of an expression.
Public classTagModification
Specifies a tag modification within the SetTagsAction.
Public classUserRoleAssignment
Enumerations
  EnumerationDescription
Public enumerationCopyFileMode
Specifies whether a document or list item is copied of moved.
Public enumerationListItemUpdateMode
Specifies how the list item update within a ModifyItemAction is executed.
Public enumerationPermissionAssignmentMode
Specifies the permission assignment mode for a SetPermissionsAction.
Public enumerationSetTagsMode
Specifies how tags are applied within a SetTagsAction.
Public enumerationUserRoleAssignmentMode