MFUtilsGetWorkflowIDByState Method
Finds a state's workflow.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static int GetWorkflowIDByState(
Vault vault,
MFIdentifier state
)
- vault Vault
- The vault in which the state exists.
- state MFIdentifier
- A reference to the state.
Int32The id of the workflow which the passed state belongs to.