Search for a content block by title
You can search for a content block with the Native API or with the Fluent API.
Search with the Native API
To search for a content block by its Title using Native API, you use the ContentManager class.
You first initialize ContentManager. Then, you get all content blocks using GetContent() and filter based on the Title and Status properties:
Search with the Fluent API
To search for a content block by its Title using Fluent API, 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 Title and Status properties. Finally, to get the content block, you use the Get method: