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