Click or drag to resize

WorkflowManagerGetInstance Method

Gets the current workflow manager instance for the specified document and workflow type.

Namespace: ema3d.Api.V26.Core.Workflow
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static WorkflowManager GetInstance(
	Document document
)

Parameters

document  Document
The document to get the workflow manager for.

Return Value

WorkflowManager
The WorkflowManager instance.
See Also