Click or drag to resize
CMSAutomationManagerMoveToNextStep Method
Moves object to next step.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public void MoveToNextStep(
	int stepId,
	string comment
)

Parameters

stepId
Type: SystemInt32
Step ID (optional)
comment
Type: SystemString
Comment
See Also