List loops through all of the objects selected by a selector and produces a content item for each item in the list.
Syntax
List(<object selector>, <content item>); |
Arguments
Object selector – The object selector which returns items to list.
Content item – The content item to generate for each item in the list. Note that attribute selectors in the content item will operate on each object.
Examples
List($Object(Path:'Roles/Administrators/Members/'), @PropertyValue('Name')); |