Click or drag to resize
CMSAutomationManager.MoveToPreviousStep Method (Int32, String)
Moves object to previous step.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
public void MoveToPreviousStep(
	int historyId,
	string comment
)

Parameters

historyId
Type: System.Int32
History ID (optional)
comment
Type: System.String
Comment
See Also