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
- listId
Tipo: System.Guid
- parentContentTypeId
Tipo: Microsoft.SharePoint.Client.ContentTypeId
- includeNoContentTypeSpecified
Tipo: System.Boolean
Valor devuelto
Tipo: Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection
Vea también
Referencia
clase WorkflowSubscriptionService
Miembros WorkflowSubscriptionService
Espacio de nombres Microsoft.SharePoint.Client.WorkflowServices