Partager via


WorkflowSubscriptionService.EnumerateSubscriptionsByListAndParentContentType - Méthode

Espace de noms :  Microsoft.SharePoint.Client.WorkflowServices
Assembly :  Microsoft.SharePoint.Client.WorkflowServices (dans Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntaxe

'Déclaration
Public Overridable Function EnumerateSubscriptionsByListAndParentContentType ( _
    listId As Guid, _
    parentContentTypeId As ContentTypeId, _
    includeNoContentTypeSpecified As Boolean _
) As WorkflowSubscriptionCollection
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection

Voir aussi

Référence

WorkflowSubscriptionService classe

WorkflowSubscriptionService - Membres

Microsoft.SharePoint.Client.WorkflowServices - Espace de noms