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 Function Step (
index As Integer
) As IStep
abstract Step :
index : int -> IStep
Parameters
- index
- Type: SystemInt32
Index of the sub-step
Return Value
Type:
IStepSub-step at the given index. If the index is out of range of the sub-steps collection, returns null.
See Also