WorkflowSubscriptionService.EnumerateSubscriptionsByListWithContentType - 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 EnumerateSubscriptionsByListWithContentType ( _
listId As Guid, _
includeContentTypeSpecified As Boolean _
) As WorkflowSubscriptionCollection
'Utilisation
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
)
Paramètres
- listId
Type : System.Guid
- includeContentTypeSpecified
Type : System.Boolean
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