WorkflowSubscriptionService.EnumerateSubscriptionsByListAndParentContentType método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Overridable Function EnumerateSubscriptionsByListAndParentContentType ( _
listId As Guid, _
parentContentTypeId As ContentTypeId, _
includeNoContentTypeSpecified As Boolean _
) As WorkflowSubscriptionCollection
'Uso
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
)
Parâmetros
- listId
Tipo: System.Guid
- parentContentTypeId
Tipo: Microsoft.SharePoint.Client.ContentTypeId
- includeNoContentTypeSpecified
Tipo: System.Boolean
Valor retornado
Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection
Ver também
Referência
WorkflowSubscriptionService classe