MetadataCacheVaultWorkflowOperationsGetWorkflowStates Method

Definition

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

Parameters

workflow  Int32
 
currentState  TypedValue  (Optional)
 

Return Value

States

Implements

IVaultWorkflowOperations.GetWorkflowStates(Int32, TypedValue)

See Also