Share via


WorkflowInstanceCollection constructor (IList<WorkflowInstance>)

Initializes a new instance of the WorkflowInstanceCollection class with a list of workflow instances that make up the collection.

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

Syntax

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

Dim instance As New WorkflowInstanceCollection(list)
public WorkflowInstanceCollection(
    IList<WorkflowInstance> list
)

Parameters

See also

Reference

WorkflowInstanceCollection class

WorkflowInstanceCollection members

WorkflowInstanceCollection overload

Microsoft.SharePoint.WorkflowServices namespace