Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
| Class | Description | |
|---|---|---|
![]() |
ActivityToolboxDisplayAttribute | Used to automatically display additional activities in the Visual Studio design toolbox. |
![]() |
AddArrayToArrayListActivity | Merges the two specified array lists, to create one list that is the sum of the original two. |
![]() |
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 | Adds the specified number of days, hours, and minutes to a DateTime object. |
![]() |
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 | Adds the specified value to the array list, using the ArrayList.Add method. |
![]() |
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 | Adds the specified object and String to a hashtable as a name-value pair. |
![]() |
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 | Updates the initial workflow status with information that is contained in the [SPWorkflowActivationProperties] class. |
![]() |
BuildStringActivity | Takes the specified build string expression, evaluates the parameters encoded in the expression, and returns a string that has the dynamic areas filled in. |
![]() |
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 | Checks in the specified 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 | Checks 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 | Removes 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 | |
![]() |
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. |
![]() |
CollectDataTask | Assigns a simple task to a user. |
![]() |
CompleteTask | Marks a Windows SharePoint Services task as completed. |
![]() |
ConvertActivity | Converts 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 | Copies 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 | Creates a new 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 | Creates a Windows SharePoint Services task for your workflow, with the task properties that you specify. |
![]() |
CreateTaskWithContentType | Creates a task item in a Windows SharePoint Services 3.0 task list, using a specified Windows SharePoint Services 3.0 content type. |
![]() |
CurrentDateActivity | Returns the current date. |
![]() |
DelayForActivity | Pauses the workflow for the specified duration. |
![]() |
DelayUntilActivity | Pauses the workflow until the specified date. |
![]() |
DeleteItemActivity | Deletes 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 | Deletes a Windows SharePoint Services task. |
![]() |
EmailActivity | Sends an email message to the specified 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 | Enables a workflow modification form, so that the modification can be listed as an available workflow modification in the Windows SharePoint Services user interface. |
![]() |
FindActivity | Finds a list item by matching a value in the item on which the workflow instance is running with a value of 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 | Assigns a simple task to users in parallel. |
![]() |
Helper | The members of the Helper class are used by Windows SharePoint Services 3.0 to provide functionality to declarative, code-free, rules-based workflow editors such as Microsoft Office SharePoint Designer 2007. |
![]() |
InitializeWorkflow | Initializes a new instance of the workflow. |
![]() |
LogToHistoryListActivity | Logs information about the execution of a specified workflow to the workflow history list. |
![]() |
LookupActivity | Looks up data from a list, based on the specified parameters. |
![]() |
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 | Performs simple arithmetic calculations. |
![]() |
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. |
![]() |
OnTaskChanged | Responds to the event Windows SharePoint Services raises when a task associated with the workflow is modified. |
![]() |
OnTaskCreated | Responds to the event Windows SharePoint Services raises when a task associated with the workflow is created. |
![]() |
OnTaskDeleted | Responds to the event Windows SharePoint Services raises when a task associated with the workflow is deleted. |
![]() |
OnWorkflowActivated | Responds to the event Windows SharePoint Services raises when a new workflow instance is initiated for an item. |
![]() |
OnWorkflowItemChanged | Occurs when a change is made to a workflow, either through the user interface or programmatically. |
![]() |
OnWorkflowItemDeleted | Responds to the event Windows SharePoint Services raises when a workflow item is deleted. |
![]() |
OnWorkflowModified | Responds to the event Windows SharePoint Servicesraises when a user submits a workflow modification form. |
![]() |
RollbackTask | Rolls a workflow task back to its last accepted state. |
![]() |
RootWorkflowActivityWithData | Receives and processes a member of the [WorkflowDataFieldsCollection] class as provided in the [WorkflowFields] property. |
![]() |
RootWorkflowActivityWithDataCodeDomSerializer | Serializes a root workflow activity to a new type. |
![]() |
SendEmail | Creates and sends an e-mail message to the specified users. |
![]() |
SetFieldActivity | Sets the specified list field to the specified value. |
![]() |
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 | Changes the Content Approval status or a list or document library item. |
![]() |
SetState | Sets the status of the workflow. |
![]() |
SetTimeFieldActivity | Sets the time portion of a DateTime object. |
![]() |
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 | Sets a workflow variable to the specified 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 Windows SharePoint Services 3.0 workflow that executes activities sequentially. |
![]() |
SharePointSequentialWorkflowDesigner | Exposes the properties and methods of the SequentialWorfklowRootDesigner base class to Windows SharePoint Services. |
![]() |
TodoItemTask | Assigns a simple to do task to users in parallel. |
![]() |
UndoCheckOutItemActivity | Undoes the check-out 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 | Updates an item is 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 | Updates the specified properties of a task. |
![]() |
WaitForActivity | Pauses the workflow until the specified list field equals the specified value. |
![]() |
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. |
.gif)