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

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

Parameters

historyId
Type: SystemInt32
History ID (optional)
comment
Type: SystemString
Comment
See Also