WorkflowAssociation constructor

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

Syntax

'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New WorkflowAssociation(context, _
    objectPath)
public WorkflowAssociation(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

Parameters

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace