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.
Dynamic content widgets in Feather provide you with intuitive helper methods for working with hierarchical content types. Using these simple helper methods, you can display the parent and child items of the hierarchical content types in the widget views.
To access the child items of dynamic content object, you use the ChildItems helper method inside the detail templates of the widget.
ChildItems
This method returns a collection of the ItemViewModel type. As a result, you can access the properties of the child items using the following code:
ItemViewModel
To access the parent item of dynamic content object, you use the following helper method inside the detail templates of the widget:
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