Search for all content blocks

You can get all content blocks with the Native API or with the Fluent API.

Get all content blocks with the Native 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:

Get all content blocks with the Fluent API

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:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?