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