Colygon.MatchPoint.WorkflowKit.Actions Namespace |
Class | Description | |
---|---|---|
BaseAction | Base class for all actions that can be specified within a workflow. | |
BaseFileAction | ||
BaseUpdatableAction | ||
CaseBlock |
Specifies a case within a SwitchAction.
| |
CheckInFileAction | Provides functionality for checking in a file. | |
CheckOutFileAction | Provides functionality for checking out a file. | |
CopyFileAction | Provides functionality for copying/moving a document or list item. | |
CreateListItemAction | Provides functionality for creating a new list item. | |
CreateTaskAction | Provides functionality for creating a new task. | |
CreateWebAction | Provides functionality for creating a new SharePoint site or site collection. | |
CreateWorkspaceAction | Provides functionality for creating a new MatchPoint workspace. | |
DeleteFileAction | Provides functionality for deleting a file. | |
DeleteItemAction | Provides functionality for deleting a SharePoint list item. | |
ElevatedBaseAction | Base class for workflow actions that have to be executed with elevated privileges. | |
EvaluateAction | Provides functionality for evaluating a MatchPoint expression. | |
FieldAssignment | Specifies a field value assignments. | |
ForEachAction |
Provides functionality for iterating over a collection of objects and executing the same actions for each of
them.
| |
ModifyItemAction | Provides functionality for modifying a SharePoint list item. | |
ModifyUpdatableAction |
Provides functionality for modifying an object that implements the IUpdatable interface.
| |
ModifyWorkspaceAction | ||
PermissionAssignment |
Specifies a permission assignment within the ModifyItemAction.
| |
SendMailAction | Provides functionality for sending a message to one or more recipients. | |
SetFieldAction | Provides functionality for setting the value of a field on the list item on that the workflow is executed. | |
SetPermissionsAction | Provides functionality for changing the permission settings on the list item on that the workflow is executed. | |
SetTagsAction | Provides functionality for modifying tags on the list item on that the workflow is executed. | |
SetVariableAction | Provides functionality for setting the value of a workflow instance variable. | |
SwitchAction | Provides functionality for executing different sets of actions depending on the result of an expression. | |
TagModification |
Specifies a tag modification within the SetTagsAction.
| |
UserRoleAssignment |
Enumeration | Description | |
---|---|---|
CopyFileMode | Specifies whether a document or list item is copied of moved. | |
ListItemUpdateMode |
Specifies how the list item update within a ModifyItemAction is executed.
| |
PermissionAssignmentMode |
Specifies the permission assignment mode for a SetPermissionsAction.
| |
SetTagsMode |
Specifies how tags are applied within a SetTagsAction.
| |
UserRoleAssignmentMode |