Collection Children Node¶
The Collection Children node returns the child collections and objects contained within a collection.
Inputs¶
- Collection
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.
Outputs¶
- Collections
A list of child collections contained in the input collection.
When Recursive is enabled, all descendant collections are included.
- Objects
A list of objects contained in the input collection.
When Recursive is enabled, objects from all descendant collections are included.