Share via


WorkflowDefinitionCollection constructor (IList<WorkflowDefinition>)

Initializes a new instance of the WorkflowDefinitionCollection class with a list of the workflow definition objects that it contains.

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

Syntax

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

Dim instance As New WorkflowDefinitionCollection(list)
public WorkflowDefinitionCollection(
    IList<WorkflowDefinition> list
)

Parameters

See also

Reference

WorkflowDefinitionCollection class

WorkflowDefinitionCollection members

WorkflowDefinitionCollection overload

Microsoft.SharePoint.WorkflowServices namespace