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 search for a content block with the Native API or with the Fluent API.
To search for all content blocks that have a given string in their content, you use the ContentManager class.
You first initialize ContentManager. Then, you get all content blocks using GetContent() and filter based on the Content and Status properties:
To search for all content blocks that have a given string in their content, you use the plural content block facade.
You first initialize the plural content block facade using App.WorkWith().ContentItems(). Then, you filter based on the Content and Status properties. 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