Skip to content

<forLoop>

Attributes

Name Description Required Default
begin no 0
dependenciesScope Defines the method for passing Dependencies to immediate children. Valid values are new, copy, and inherit. no copy
end no 0
step no 1
var yes null

Example

XML
<forLoop var="index" begin="1" end="5">

</forLoop>