IListStepStep(Int32) Method
|
Retrieves a sub-step by its order index.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction Step (
index As Integer
) As IStep
abstract Step :
index : int -> IStep Parameters
- index Int32
- Index of the sub-step
Return Value
IStepSub-step at the given index. If the index is out of range of the sub-steps collection, returns null.
See Also