Click or drag to resize

IListStepStep(Int32) Method


Retrieves a sub-step by its order index.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IStep Step(
	int index
)

Parameters

index  Int32
Index of the sub-step

Return Value

IStep
Sub-step at the given index. If the index is out of range of the sub-steps collection, returns null.
See Also