Click or drag to resize

IListStepStep Method (Int32)


Retrieves a sub-step by its order index.

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

Parameters

index
Type: SystemInt32
Index of the sub-step

Return Value

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