Click or drag to resize
CMSAutomationManagerMoveToSpecificStep Method
Moves object to specific step.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void MoveToSpecificStep(
	int stepId,
	string comment
)

Parameters

stepId
Type: SystemInt32
Step ID
comment
Type: SystemString
Comment
See Also