MFUtilsGetWorkflowIDByState Method

Finds a state's workflow.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static int GetWorkflowIDByState(
	Vault vault,
	MFIdentifier state
)

Parameters

vault  Vault
The vault in which the state exists.
state  MFIdentifier
A reference to the state.

Return Value

Int32
The id of the workflow which the passed state belongs to.

See Also