Microsoft.SharePoint.WorkflowActions.WithKey Namespace
Provides workflow activities a means to reference list items by the SPItemKey.
The Microsoft.SharePoint.WorkflowActions.WithKey namespace has been added for use by workflows in Microsoft SharePoint Foundation 2010, to accommodate the introduction of virtual lists. Virtual lists use a new item identifier based on a string data type. This differs from the use of an integer based item identifier in Windows SharePoint Services 3.0. In order to provide backwards-compatibility and allow future changes to item identifier types, the SPItemKey has been added. Each workflow activity that contained an input parameter or returned a value of an Int32 datatype will now use the SPItemKey instead.
Classes
Class | Description | |
---|---|---|
AddListItemPermissionsActivity | Defines a workflow activity that is used to add the specified role permissions to the item in the list for the specified users. | |
AddListItemPermissionsActivityValidator | Provides the AddListItemPermissionsActivity 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 a specified list item and furnishes comments. | |
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 a specified list item. | |
CheckOutItemActivityValidator | Provides the CheckOutItemActivityValidator class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. | |
CollectDataTask | Defines a workflow activity that is used to create a task and assigns it to a specified user. | |
CopyItemActivity | Copies a specified list item from one list to another. | |
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 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. | |
DeleteItemActivity | Deletes a specified list item. | |
DeleteItemActivityValidator | Provides the DeleteItemActivity | |
FindActivity | Defines a workflow activity that is used to find an item in a list. | |
FindActivityValidator | Provides the FindActivityValidator class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. | |
FindValueActivity | Defines a workflow activity that is used to find a list item containing a specified value. | |
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. | |
InheritListItemParentPermissionsActivity | Provides a means to propagate list item permissions from the parent to the specified list item. | |
InheritListItemPermissionsActivityValidator | Provides the InheritListItemPermissionsActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. | |
LookupActivity | Looks up data from a Microsoft SharePoint Foundation 2010 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. | |
RemoveListItemPermissionsActivity | Removes permissions on a Microsoft SharePoint Foundation 2010 for a specified user and role. | |
RemoveListItemPermissionsActivityValidator | Provides the RemoveListItemPermissionsActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. | |
ReplaceListItemPermissionsActivity | Replaces permissions on a Microsoft SharePoint Foundation 2010 for a specified user and role. | |
ReplaceListItemPermissionsActivityValidator | Provides the ReplaceListItemPermissionsActivity class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions. | |
SetFieldActivity | Sets a Microsoft SharePoint Foundation 2010 list item field to a 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 | Defines a workflow activity that is used to set the moderation status of a list item. | |
SubmitFileActivity | Submits a file to the specified Microsoft SharePoint Foundation 2010 document library. | |
UndoCheckOutItemActivity | Performs an undo checkout on a specified Microsoft SharePoint Foundation 2010 list item. | |
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. | |
UpdateItemActivity | Updates one or more properties on a specified Microsoft SharePoint Foundation 2010 list item. | |
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. | |
WaitForActivity | Pauses the workflow until the SharePoint Foundation 2010 list field equals the specified value. | |
WaitForDocumentStatusActivity | Defines a workflow activity that is used to pause the workflow until a specified document is in a specified status. |