IWorkflowDeploymentProvider.Upgrade method
Namespace: Microsoft.SharePoint.Administration.WorkflowDeploymentProvider
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
Sub Upgrade ( _
scopeId As WorkflowScopeIdentifier, _
oldParts As SPWorkflowPart, _
newParts As SPWorkflowPart, _
listIdDictionary As Dictionary(Of String, Guid) _
)
'Usage
Dim instance As IWorkflowDeploymentProvider
Dim scopeId As WorkflowScopeIdentifier
Dim oldParts As SPWorkflowPart
Dim newParts As SPWorkflowPart
Dim listIdDictionary As Dictionary(Of String, Guid)
instance.Upgrade(scopeId, oldParts, newParts, _
listIdDictionary)
void Upgrade(
WorkflowScopeIdentifier scopeId,
SPWorkflowPart oldParts,
SPWorkflowPart newParts,
Dictionary<string, Guid> listIdDictionary
)
Parameters
- scopeId
Type: Microsoft.SharePoint.Administration.WorkflowDeploymentProvider.WorkflowScopeIdentifier
- listIdDictionary
Type: System.Collections.Generic.Dictionary<String, Guid>
See also
Reference
IWorkflowDeploymentProvider interface
IWorkflowDeploymentProvider members
Microsoft.SharePoint.Administration.WorkflowDeploymentProvider namespace