MetadataCacheVaultWorkflowOperationsGetWorkflowStates Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual States GetWorkflowStates(
int workflow,
TypedValue currentState = null
)
Public Overridable Function GetWorkflowStates (
workflow As Integer,
Optional currentState As TypedValue = Nothing
) As States
public:
virtual States^ GetWorkflowStates(
int workflow,
TypedValue^ currentState = nullptr
)
Parameters
- workflow
- Type: SystemInt32
- currentState (Optional)
- Type: TypedValue
Return Value
Type:
States
See Also