共用方式為


WorkflowSubscriptionService.EnumerateSubscriptionsByListWithContentType 方法

命名空間:  Microsoft.SharePoint.Client.WorkflowServices
組件:  Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)

語法

'宣告
Public Overridable Function EnumerateSubscriptionsByListWithContentType ( _
    listId As Guid, _
    includeContentTypeSpecified As Boolean _
) As WorkflowSubscriptionCollection
'用途
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
)

參數

傳回值

類型:Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection

請參閱

參照

WorkflowSubscriptionService 類別

WorkflowSubscriptionService 成員

Microsoft.SharePoint.Client.WorkflowServices 命名空間