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.
When querying all news items, you must perform the following:
The following code examples query all news items:
Query all news items with the Native API
First, you get an instance of the NewsManager class. You query all the news items, including the live, master, and temp versions of each item. You filter the collection to return only the live versions. Finally, you return the news items in a list.
Query all news items with the Fluent API
First, you get an instance of the plural news facade. Then you get all the news items, including the live, master, and temp versions of each item. You filter the collection to return only the live versions. Finally, you return the news items in a list. If no news items exist or there are no published news items, you return an empty list.
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