IListStepStep Method (Int32)
|
Retrieves a substep by its order index.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax Function Step (
index As Integer
) As IStep
abstract Step :
index : int -> IStep
Parameters
- index
- Type: SystemInt32
Index of the substep
Return Value
Type:
IStepIf the index is out of range of the substeps collection, returns null.
See Also