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