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:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to 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 .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?