Microsoft.SharePoint.WorkflowActions Namespace

Namespace that contains the workflow activities included in Microsoft SharePoint Foundation 2010

Classes

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