Query pages by template

Native API 

To get pages by a specified template, perform the following:

  1. Get an instance of the PageManager object.
  2. Get an instance of the specified template.
  3. To get the pages using this template, call the Pages extension method of the PageTemplate instance. This extension method is located in the Telerik.Sitefinity.Modules.Pages namespace.

Use the following code sample:

Fluent API

To get the pages that use a specified template you must get the plural facade for the pages. Then filter the pages by the ID of the specified template and their status.

To get the query, call the Get method of the facade in the following way:

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?

Next article

Query all live pages