WorkflowSubscriptionService.EnumerateSubscriptionsByListWithContentType method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Overridable Function EnumerateSubscriptionsByListWithContentType ( _
listId As Guid, _
includeContentTypeSpecified As Boolean _
) As WorkflowSubscriptionCollection
'Usage
Dim instance As WorkflowSubscriptionService
Dim listId As Guid
Dim includeContentTypeSpecified As Boolean
Dim returnValue As WorkflowSubscriptionCollection
returnValue = instance.EnumerateSubscriptionsByListWithContentType(listId, _
includeContentTypeSpecified)
public virtual WorkflowSubscriptionCollection EnumerateSubscriptionsByListWithContentType(
Guid listId,
bool includeContentTypeSpecified
)
Parameters
- listId
Type: System.Guid
- includeContentTypeSpecified
Type: System.Boolean
Return value
Type: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection
See also
Reference
WorkflowSubscriptionService class