MFUtilsGetFirstWorkflowState Method |
Gets the first workflow state defined by a workflow.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static int GetFirstWorkflowState(
Vault vault,
MFIdentifier workflow
)
Parameters
- vault
- Type: Vault
The vault in which the workflow resides. - workflow
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the workflow
Return Value
Type:
Int32The ID of the first workflow state defined in the passed workflow.
See Also