IListStepStep Method (Int32) Ingeniux CMS Content Store API

Retrieves a substep by its order index.

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

IStep Step(
	int index
)

Parameters

index
Type: SystemInt32
Index of the substep

Return Value

Type: IStep
If the index is out of range of the substeps collection, returns null.
See Also

Reference