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
)
參數
- listId
類型:System.Guid
- includeContentTypeSpecified
類型:System.Boolean
傳回值
類型:Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection
請參閱
參照
WorkflowSubscriptionService 類別