Microsoft.SharePoint.Client.Workflow namespace

Provides an entry point into Microsoft SharePoint Foundation 2010 workflow from the client object model. The members of this namespace mirror those found in the object model.

Classes

  Class Description
Public class WorkflowAssociation Represents the association of a workflow template with a specific list or content type, and that contains members that return custom information about that workflow's association with the specific list or content type.
Public class WorkflowAssociationCollection Represents the workflow associations on a SharePoint 2010 list.
Public class WorkflowAssociationCreationInformation Specifies properties for a new workflow association.
Public class WorkflowAssociationPropertyNames This class and its members are reserved for internal use and are not intended to be used in your code.
Public class WorkflowTemplate Represents a workflow template currently deployed on the SharePoint site, and contains members that you can use to get or set information about the template, such as default instantiation data for creating a workflow association from the template.
Public class WorkflowTemplateCollection The collection of workflow templates deployed on a site.
Public class WorkflowTemplatePropertyNames This class and its members are reserved for internal use and are not intended to be used in your code.