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