Microsoft.SharePoint.WorkflowActions Namespace
Namespace that contains the workflow activities included in Microsoft SharePoint Foundation 2010
Classes
Class | Description | |
---|---|---|
![]() |
ActivityToolboxDisplayAttribute | Used to automatically display additional activities in the Visual Studio design toolbox. |
![]() |
AddArrayIntoArrayListActivity | Defines a workflow activity that is used to append an ArrayList object to the end of another specified ArrayList object. |
![]() |
AddArrayIntoArrayListActivityValidator | Provides the AddArrayIntoArrayListActivityValidator class with a method to check for and prevent invalid input values. |
![]() |
AddArrayToArrayListActivity | Defines a workflow activity that is used to add the values of an array list to the end of another array list. |
![]() |
AddArrayToArrayListActivityValidator | Provides the AddArrayToArrayListActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
AddTimeToDateActivity | Defines a workflow activity that is used to add a duration to an instant in time. |
![]() |
AddTimeToDateActivityValidator | Provides the AddTimeToDateActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
AddToArrayListActivity | Defines a workflow activity that is used to add a new item to an ArrayList. |
![]() |
AddToArrayListActivityValidator | Provides the AddToArrayListActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
AddToHashtableActivity | Defines a workflow activity that is used to add a new entry to a hash table. |
![]() |
AddToHashtableActivityValidator | Provides the AddToHashtableActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ApplyActivation | Defines a workflow activity that is used to update the initial properties of the workflow. |
![]() |
BuildStringActivity | Defines a workflow runtime that is used to evaluate a string expression. |
![]() |
BuildStringActivityValidator | Provides the BuildStringActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CheckInItemActivity | Defines a workflow activity that is used to check a document into its document library. |
![]() |
CheckInItemActivityValidator | Provides the CheckInItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CheckOutItemActivity | Defines a workflow activity that is used to check out the specified document from its document library. |
![]() |
CheckOutItemActivityValidator | Provides the CheckOutItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ClearArrayListActivity | Defines a workflow activity used to remove all items from the specified array list. |
![]() |
ClearArrayListActivityValidator | Provides the ClearArrayListActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ClearHashtableActivity | Defines a workflow activity that is used to clear a Hashtable. |
![]() |
ClearHashtableActivityValidator | Provides the ClearHashtableActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CoerceActivity | Defines a workflow activity that is used to coerce specified workflow data types into other types. |
![]() |
CoerceActivityValidator | Provides the CoerceActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CoerceBooleanActivity | Defines a workflow activity that is used to coerce, or convert from an object to a boolean. |
![]() |
CoerceDateTimeActivity | Defines a workflow activity that is used to coerce, or convert from an Object to a DateTime. |
![]() |
CoerceDoubleActivity | Defines a workflow activity that is used to coerce, or convert from an Object to a Double. |
![]() |
CoerceIntActivity | A CoerceActivity used to coerce, or convert from an object to a Int32. |
![]() |
CoerceSPItemKeyActivity | A CoerceActivity used to coerce, or convert from an object to a SPItemKey. |
![]() |
CoerceStringActivity | A CoerceActivity used to coerce, or convert from an object to a String. |
![]() |
CoercionException | Provides an exception message when a problem occurs with a particular coercion attempt. |
![]() |
CollectDataTask | Defines a workflow activity that is used to create a task and assigns it to a specified user. |
![]() |
CommentActivity | Provides comments to a specific workflow instance. |
![]() |
CommentActivityValidator | Provides the CommentActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CompleteTask | Defines a workflow activity that is used to mark a SharePoint Foundation task as completed. |
![]() |
ConvertActivity | Defines a workflow activity that is used to convert the specified object to the specified type. |
![]() |
ConvertActivityValidator | Provides the ConvertActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CopyItemActivity | Defines a workflow activity that is used to copy the specified item from its document library to the specified destination document library. |
![]() |
CopyItemActivityValidator | Provides the CopyItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CreateItemActivity | Defines a workflow activity that is used to create an item in the specified list or document library. |
![]() |
CreateItemActivityValidator | Provides the CreateItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
CreateTask | Defines a workflow activity that is used to create a SharePoint Foundation task for a workflow, with the specified task properties. |
![]() |
CreateTaskWithContentType | Defines a workflow activity that is used to create a task item in a Microsoft SharePoint Foundation 2010 task list, using a specified SharePoint Foundation 2010 content type. |
![]() |
CurrentDateActivity | Defines a workflow activity that is used to return the current date. |
![]() |
DateIntervalActivity | Provides information about the interval between two specified dates. |
![]() |
DateIntervalActivityValidator | Provides the DateIntervalActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
DelayForActivity | Defines a workflow activity that is used to pause the workflow for the specified duration. |
![]() |
DelayUntilActivity | Defines a workflow activity that is used to pause the workflow until the specified moment in time. |
![]() |
DeleteItemActivity | Defines a workflow activity that is used to delete the specified item from its list or document library. |
![]() |
DeleteItemActivityValidator | Provides the DeleteItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
DeleteTask | Defines a workflow activity that is used to delete a Microsoft SharePoint Foundation task. |
![]() |
DynamicStringActivity | Builds a string containing workflow variables entered by a code-free workflow editor. |
![]() |
DynamicStringActivityValidator | Provides the DynamicStringActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
EmailActivity | Defines a workflow activity that is used to send an email message to the specified user or users. |
![]() |
EmailActivityValidator | Provides the EmailActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
EnableWorkflowModification | Defines a workflow activity that is used to enable a workflow modification form, so that the modification can be listed as an available workflow modification in the Microsoft SharePoint Foundation user interface. |
![]() |
ErroredMarkupActivity | Defines a workflow activity that is used to handle exceptions that are encountered when the markup generated for a declarative workflow is invalid. |
![]() |
ErroredMarkupActivityValidator | Provides the ErroredMarkupActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ExtractSubstringFromEndActivity | Extracts the specified string from the end of a given value. |
![]() |
ExtractSubstringFromEndActivityValidator | Provides the ExtractSubstringFromEndActivityclass with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ExtractSubstringFromIndexActivity | Defines a workflow activity that is used to extract a substring from a specified string at a given index. |
![]() |
ExtractSubstringFromIndexActivityValidator | Provides the ExtractSubstringFromIndexActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ExtractSubstringFromIndexLengthActivity | Extracts a substring from a workflow variable string at a given index in the string and for a specified length. |
![]() |
ExtractSubstringFromIndexLengthActivityValidator | Provides the ExtractSubstringFromIndexLengthActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ExtractSubstringFromStartActivity | Extracts a substring from the beginning of a workflow variable string. |
![]() |
ExtractSubstringFromStartActivityValidator | Provides the ExtractSubstringFromStartActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
FindActivity | Defines a workflow activity that is used to find an item in a list. |
![]() |
FindActivityValidator | Provides the FindActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
FindValueActivity | Used to find the Windows SharePoint Services 3.0 list item where a specified value is found. |
![]() |
FindValueActivityValidator | Provides the FindValueActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
GroupAssignedTask | Defines a workflow activity that is used to assign the same task to one or more users. |
![]() |
Helper | Provides functionality to declarative, code-free, rules-based workflow editors such as Microsoft SharePoint Designer. |
![]() |
HTLookupActivity | Defines a workflow activity that is used to find a value in a hash table. |
![]() |
ImpersonationSequenceActivity | Defines a workflow activity that is used to run a workflow instance in the context of a specified user role. |
![]() |
ImpersonationSequenceActivityCompositeActivityValidator | Provides the ImpersonationSequenceActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ImpersonationSequenceActivityValidator | Provides the ImpersonationSequenceActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
ImpersonationSequenceCompositeActivityValidator | Provides a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
InitializeWorkflow | Defines a workflow activity that is used to call a method on a local service. |
![]() |
LogToHistoryListActivity | Logs information about the execution of a specified workflow to the workflow history list. |
![]() |
LookupActivity | Defines a workflow activity that is used to search for an item in a list. |
![]() |
LookupActivityValidator | Provides the LookupActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
MathActivity | Defines a workflow activity that is used to perform an arithmetic operation. |
![]() |
MathActivityValidator | Provides the MathActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
NoImpersonationSequenceActivityValidator | Verifies that an Activity is not a descendant Activity of the ImpersonationSequenceActivity activity. |
![]() |
NoImpersonationSequenceCompositeActivityValidator | Verifies that an Activity is not a descendant Activity of the ImpersonationSequenceActivity. |
![]() |
OnTaskChanged | Defines a workflow activity that is used to respond to the ITaskService.OnTaskChanged event Microsoft SharePoint Foundation raises when a task associated with the workflow is modified. |
![]() |
OnTaskCreated | Defines a workflow activity that is used to respond to the ITaskService.OnTaskCreated event. |
![]() |
OnTaskDeleted | Defines a workflow activity used to respond to the ITaskService.OnTaskDeleted event. |
![]() |
OnWorkflowActivated | Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowActivated event. |
![]() |
OnWorkflowItemChanged | Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowItemChanged event. |
![]() |
OnWorkflowItemDeleted | Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowItemDeleted event Microsoft SharePoint Foundation raises when a workflow item is deleted. |
![]() |
OnWorkflowModified | Defines a workflow activity that is used to respond to the event Microsoft SharePoint Foundation raises when a user submits a workflow modification form. |
![]() |
PersistOnCloseActivity | Ensures that values are persisted when the ActivityExecutionStatus is closed. |
![]() |
RollbackTask | Defines a workflow activity that is used to roll a workflow task back to its last accepted state. |
![]() |
RootWorkflowActivityWithData | Defines a workflow activity that is used to receive and process a workflow field and its value. |
![]() |
RootWorkflowActivityWithDataCodeDomSerializer | Serializes a RootWorkflowActivityWithData activity to a new type. |
![]() |
SendEmail | Defines a workflow activity that is used to create and send an email message to the specified users. |
![]() |
SetCustomWorkflowStatus | Defines a workflow activity that is used to set the workflow to the specified status. |
![]() |
SetFieldActivity | Defines a workflow activity that is used to set the value of a list item field. |
![]() |
SetFieldActivityValidator | Provides the SetFieldActivityValidator class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
SetModerationStatusActivity | Defines a workflow activity that is used to set the Content Approval status for a list item. |
![]() |
SetState | Defines a workflow activity that is used to set the status of the workflow. |
![]() |
SetTimeFieldActivity | Defines a workflow activity that is used to set an instant in time. |
![]() |
SetTimeFieldActivityValidator | Provides the SetTimeFieldActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
SetVariableActivity | Defines a workflow activity that is used to set a workflow variable to a value. |
![]() |
SetVariableActivityValidator | Provides the SetVariableActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
SharePointSequentialWorkflowActivity | Represents a workflow that executes activities sequentially. |
![]() |
SharePointSequentialWorkflowDesigner | Exposes the properties and methods of the SequentialWorfklowRootDesigner base class to SharePoint Foundation. |
![]() |
SPUserCodeWorkflowActivity | Defines a workflow activity that is used to execute a sandboxed solution workflow action. |
![]() |
SPUserCodeWorkflowActivityValidator | Provides the SPUserCodeWorkflowActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
SubmitFileActivity | Defines a workflow activity that is used to submit a file to a specified document repository. |
![]() |
TodoItemTask | Defines a workflow activity that is used to assign a to-do task to one or more users. |
![]() |
UndoCheckOutItemActivity | Defines a workflow activity that is used to undo the checkout of a document from its document library. |
![]() |
UndoCheckOutItemActivityValidator | Provides the UndoCheckOutItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
UpdateAllTasks | Updates all uncompleted tasks that are associated with a specified workflow. |
![]() |
UpdateItemActivity | Defines a workflow activity that is used to update an item in a list or document library. |
![]() |
UpdateItemActivityValidator | Provides the UpdateItemActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. |
![]() |
UpdateTask | Defines a workflow activity that is used to update the specified properties of a task. |
![]() |
WaitForActivity | Defines a workflow activity that is used to pause the workflow until the value of the specified list field has the specified relationship to the specified value. |
![]() |
WaitForDocumentUnlockActivity | Defines a workflow activity that is used to pause the workflow until a specified document is unlocked. |
![]() |
WorkflowAncestorReferenceExpression | Represents a reference to a data type and an ancestor activity name. |
![]() |
WorkflowCodeTypeReferenceExpression | Represents a reference to a data type. |
![]() |
WorkflowContext | Provides detailed information about a specified workflow instance. |
![]() |
WorkflowDataField | Stores workflow field names and their values as name and value pairs. |
![]() |
WorkflowDataFieldsCollection | Stores a collection WorkflowDataField objects. |