Compartir a través de


del método WorkflowSubscriptionService.EnumerateSubscriptionsByListAndParentContentType

Espacio de nombres:  Microsoft.SharePoint.Client.WorkflowServices
Ensamblado:  Microsoft.SharePoint.Client.WorkflowServices (en Microsoft.SharePoint.Client.WorkflowServices.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection

Vea también

Referencia

clase WorkflowSubscriptionService

Miembros WorkflowSubscriptionService

Espacio de nombres Microsoft.SharePoint.Client.WorkflowServices