MetadataCacheVaultWorkflowOperationsGetWorkflowForClient Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual Workflow GetWorkflowForClient(
	int workflowID,
	bool updateFromServer = false
)

Parameters

workflowID  Int32
 
updateFromServer  Boolean  (Optional)
 

Return Value

Workflow

Implements

IVaultWorkflowOperations.GetWorkflowForClient(Int32, Boolean)

See Also