Click or drag to resize

IListStepAdvanceStep Method


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: 10.6.492
Syntax
void AdvanceStep(
	IStep step
)

Parameters

step  IStep
Step to advance to
Remarks

This method ignores null step values.

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

See Also