Click or drag to resize

IListStepRemove Method


Removes a sub-step.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void Remove(
	IStep step
)

Parameters

step  IStep
Step to remove
Remarks
This method ignores null step values and step values with IDs not found in the existing steps.
See Also