InterfaceStepSetChildSteps Method

Overload List

SetChildSteps(ListIStepStepAndRepeatClass) Set the steps to repeate in this step, all child steps must have a existing name to repeat them. Be carefull with using this method, the list of existing step and repeat elements are cleard at the beginning. If you want to add a new step to existing steps use "AddChildStep".
SetChildSteps(ListIStepStepAndRepeatClass, Boolean) Set the steps to repeate in this step, all child steps must have a existing name to repeat them. Be carefull with using this method, the list of existing step and repeat elements are cleard at the beginning. If you want to add a new step to existing steps use "AddChildStep".

See Also