IListStepAdvanceStep Method Ingeniux CMS Content Store API

Advance to the specified target step. Target step can be in any state, even a completed state. The specified step is the Ongoing Step. Its state is marked as ON_GOING. If the list step itself hasn't started, it will be started. Otherwise, the ongoing step is marked as COMPLETED.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void AdvanceStep(
	IStep step
)

Parameters

step
Type: Ingeniux.CMSIStep
Step to advance to
Remarks

The target step can be ongoing or completed, that means we can always revisit steps that were previously visited.
See Also

Reference