Retrieve Child Collections
Configuring **one-to-many** relationships in Umbraco UI Builder, the backoffice UI builder for Umbraco.
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
Retrieving child collections in one-to-many relationships with UI Builder, can be achieved with the support of child repositories. One-to-many relations are where one parent entity of a collection is associated with multiple entities from another.
Models Representation
The models would look like this:
Child Repositories
You can create child repository instances via the IRepositoryFactory
and use them to retrieve information from the child collection.
Last updated