Click or drag to resize
AbstractAutomationManagerInfoTypeMoveToNextStep Method (IEnumerableAutomationStateInfoInfoType)
Moves the specified object's collection to the next step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
public void MoveToNextStep(
	IEnumerable<AutomationStateInfo<InfoType>> stateObjects
)

Parameters

stateObjects
Type: System.Collections.GenericIEnumerableAutomationStateInfoInfoType
Collection of automation states to move to the next step
See Also