Click or drag to resize
BCDocumentWorkflowExtenderGetDefaultManagers Method
Resolves workflow managers.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void GetDefaultManagers(
	BCWorkflowTransition transition,
	out string[] initialManagerUserNames,
	out string[] possibleManagerUserNames
)

Parameters

transition
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowTransition
The workflow transition. If then the current workflow definition will be used to resolve managers.
initialManagerUserNames
Type: SystemString
An array of user names of initial managers.
possibleManagerUserNames
Type: SystemString
An array of user names of possible managers.
Remarks
This method is applicable for the Document Type Workflow.
See Also