Click or drag to resize

IListStepSteps Method


Retrieves the sub-steps of this step.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IStep> Steps()

Return Value

IEnumerableIStep
A 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