MetadataCacheVaultWorkflowOperationsGetWorkflowStateTransitionsEx Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual StateTransitionsForClient GetWorkflowStateTransitionsEx(
	int workflow,
	TypedValue currentState = null,
	ObjVer objVer = null
)

Parameters

workflow  Int32
 
currentState  TypedValue  (Optional)
 
objVer  ObjVer  (Optional)
 

Return Value

StateTransitionsForClient

Implements

IVaultWorkflowOperations.GetWorkflowStateTransitionsEx(Int32, TypedValue, ObjVer)

See Also