ObjVerExSetWorkflowStateTransition Method (MFIdentifier, String) |
Sets the workflow state transition for the object. Requires that the object already has a workflow.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void SetWorkflowStateTransition(
MFIdentifier transition,
string comment = null
)
Public Sub SetWorkflowStateTransition (
transition As MFIdentifier,
Optional comment As String = Nothing
)
public:
void SetWorkflowStateTransition(
MFIdentifier^ transition,
String^ comment = nullptr
)
Parameters
- transition
- Type: MFiles.VAF.ConfigurationMFIdentifier
A reference to the transition to set. - comment (Optional)
- Type: SystemString
A version comment to set.
See Also