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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void MoveToNextStepInternal(
	int stepId,
	string comment,
	bool specific
)

Parameters

stepId
Type: SystemInt32
Step ID (optional)
comment
Type: SystemString
Comment
specific
Type: SystemBoolean
Indicates if move to specific step
See Also