WorkflowAssociationCollection Class

Represents the workflow associations on a SharePoint 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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.Workflow.WorkflowAssociationCollection", ServerTypeId := "{4e1196ea-ce71-4aa9-b3c0-3f8da05deec9}")> _
Public Class WorkflowAssociationCollection _
    Inherits ClientObjectCollection(Of WorkflowAssociation)
'Usage
Dim instance As WorkflowAssociationCollection
[ScriptTypeAttribute("SP.Workflow.WorkflowAssociationCollection", ServerTypeId = "{4e1196ea-ce71-4aa9-b3c0-3f8da05deec9}")]
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