WorkflowSubscriptionService.EnumerateSubscriptionsByList method

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

Syntax

'Declaration
Public Overridable Function EnumerateSubscriptionsByList ( _
    listId As Guid _
) As WorkflowSubscriptionCollection
'Usage
Dim instance As WorkflowSubscriptionService
Dim listId As Guid
Dim returnValue As WorkflowSubscriptionCollection

returnValue = instance.EnumerateSubscriptionsByList(listId)
public virtual WorkflowSubscriptionCollection EnumerateSubscriptionsByList(
    Guid listId
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection

See also

Reference

WorkflowSubscriptionService class

WorkflowSubscriptionService members

Microsoft.SharePoint.Client.WorkflowServices namespace