IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
All dynamic types that have children have artificial fields added. The name of the added field is equal to the name of the child type. For example, in the hierarchy Country »City » Hotel, all instances of Country type have property Cities. This allows you to get all child cities of a particular country using the following code: country.GetValue(“Cities”)
If the country object is with status Live the returned cities are also Live, otherwise the property descriptor returns master objects.
You have the ability to retrieve the count of a specified child type using the following code: <%# Eval("Cities.Count") %>
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important