Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

list

&pagelevel(3)&pagelevel

A list contains multiple elements of type partner, directory or file.

You can also generate a list using listDirectory (see section “listDirectory”).

foreach permits the iterative processing of the elements in the list (see section “foreach”).

Format

 <list id="ID" >
  comment?
  ( partner | directory | file )*
 </list>

Attributes

Name

Value

Meaning

id

string

A unique ID in the current context.
The context object is referenced under this ID.

Example

See section “foreach”.