Collection Children Node¶
The Collection Children node returns the child collections and objects contained within a collection.
Ingressi¶
- Raccolta
The collection to query.
- Recursive
Include collections and objects contained in nested child collections.
When disabled, only the direct children of the input collection are returned.
Uscite¶
- Raccolte
A list of child collections contained in the input collection.
When Recursive is enabled, all descendant collections are included.
- Oggetti
A list of objects contained in the input collection.
When Recursive is enabled, objects from all descendant collections are included.