ObjVerExSetWorkflowState Method (MFIdentifier, MFIdentifier) |
Sets workflow and state values for the object.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void SetWorkflowState(
MFIdentifier workflow = null,
MFIdentifier state = null
)
Public Sub SetWorkflowState (
Optional workflow As MFIdentifier = Nothing,
Optional state As MFIdentifier = Nothing
)
public:
void SetWorkflowState(
MFIdentifier^ workflow = nullptr,
MFIdentifier^ state = nullptr
)
Parameters
- workflow (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the workflow to set. - state (Optional)
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the state to set.
See Also