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