WorkflowAssociationCollection class

Represents the workflow associations on a SharePoint 2010 list.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowAssociation>
        Microsoft.SharePoint.Client.Workflow.WorkflowAssociationCollection

Namespace:  Microsoft.SharePoint.Client.Workflow
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Class WorkflowAssociationCollection _
    Inherits ClientObjectCollection(Of WorkflowAssociation)
'Usage
Dim instance As WorkflowAssociationCollection
public class WorkflowAssociationCollection : ClientObjectCollection<WorkflowAssociation>

Remarks

Implements a collection of workflow association objects. Provides operations for listing existing workflow associations and adding new ones.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkflowAssociationCollection members

Microsoft.SharePoint.Client.Workflow namespace