Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the new iterator instance |
...
CreateIterator method creates an instance of the an iterator component that enables iteration over the collection
...
For each(#Item) in(#Collection)
*Processing here
Endfor