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.
You can get all content blocks with the Native API or with the Fluent API.
To get all content blocks, you use the ContentManager class.
You first initialize ContentManager. Then, you get all live content blocks using GetContent() and filter based on the Status property:
To get all content blocks using Fluent API, you use the plural content block façade.
You first initialize the plural content block facade using App.WorkWith().ContentItems(). Then, you filter based on the Status property. Finally, to get the content blocks, you use the Get method:
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