WorkflowDeploymentService.EnumerateDefinitions method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Function EnumerateDefinitions ( _
publishedOnly As Boolean _
) As WorkflowDefinitionCollection
'Usage
Dim instance As WorkflowDeploymentService
Dim publishedOnly As Boolean
Dim returnValue As WorkflowDefinitionCollection
returnValue = instance.EnumerateDefinitions(publishedOnly)
public virtual WorkflowDefinitionCollection EnumerateDefinitions(
bool publishedOnly
)
Parameters
- publishedOnly
Type: System.Boolean
Return value
Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowDefinitionCollection
See also
Reference
WorkflowDeploymentService class