WorkflowDefinitionCollection constructor
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.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 WorkflowDefinitionCollection(context, _
objectPath)
public WorkflowDefinitionCollection(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- objectPath
Type: Microsoft.SharePoint.Client.ObjectPath
See also
Reference
WorkflowDefinitionCollection class