Speed up widget development with Sitefinity MCP server. Learn more...

Property descriptor

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”)

You can use Eval statements in your widget templates to display list of your child items in the following way: <asp:Repeater runat="server" DataSource='<%# Eval("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") %>

NEW TO SITEFINITY?

Want to learn more?

Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.

Get started with Integration Hub | Sitefinity Cloud

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting your Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity ASP.NET Core and take advantage of its decoupled architecture and modern development model.

Was this article helpful?