DGWorkflowDeploymentProvider.Deploy method

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

Syntax

'Declaration
Public Sub Deploy ( _
    scopeId As WorkflowScopeIdentifier, _
    parts As SPWorkflowPart, _
    listIdDictionary As Dictionary(Of String, Guid) _
)
'Usage
Dim instance As DGWorkflowDeploymentProvider
Dim scopeId As WorkflowScopeIdentifier
Dim parts As SPWorkflowPart
Dim listIdDictionary As Dictionary(Of String, Guid)

instance.Deploy(scopeId, parts, listIdDictionary)
public void Deploy(
    WorkflowScopeIdentifier scopeId,
    SPWorkflowPart parts,
    Dictionary<string, Guid> listIdDictionary
)

Parameters

Implements

IWorkflowDeploymentProvider.Deploy(WorkflowScopeIdentifier, SPWorkflowPart, Dictionary<String, Guid>)

See also

Reference

DGWorkflowDeploymentProvider class

DGWorkflowDeploymentProvider members

Microsoft.SharePoint.WorkflowServices namespace