ObjVerExSetWorkflowStateTransition(MFIdentifier, String) Method

Sets the workflow state transition for the object. Requires that the object already has a workflow.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void SetWorkflowStateTransition(
	MFIdentifier transition,
	string comment = null
)

Parameters

transition  MFIdentifier
A reference to the transition to set.
comment  String  (Optional)
A version comment to set.

See Also