Share via


WorkflowSubscriptionCollection constructor (IList<WorkflowSubscription>)

Initializes a new instance of the WorkflowSubscriptionCollection class with a list of associated workflow subscriptions.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Public Sub New ( _
    list As IList(Of WorkflowSubscription) _
)
'Usage
Dim list As IList(Of WorkflowSubscription)

Dim instance As New WorkflowSubscriptionCollection(list)
public WorkflowSubscriptionCollection(
    IList<WorkflowSubscription> list
)

Parameters

See also

Reference

WorkflowSubscriptionCollection class

WorkflowSubscriptionCollection members

WorkflowSubscriptionCollection overload

Microsoft.SharePoint.WorkflowServices namespace