Retrieves the sub-steps of this step.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<IStep> Steps()
Function Steps As IEnumerable(Of IStep)
IEnumerable<IStep^>^ Steps()
abstract Steps : unit -> IEnumerable<IStep>
Return Value
Type:
IEnumerableIStepA list of
sub-steps for this step.
Remarks Sub-steps need not have a particular order. List steps can advance from one step to any other step.
See Also