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.
To find a specific template by its title, first, you use the GetTemplate method. Then you filter based on the Title property:
To get all back-end page templates, first, you use the GetTemplates method. Then, you filter based on the IsBackend property:
To get pages by a specified template you must first get an instance of the PageManager. Then, you must get an instance of the specified template. 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. Here is a code example:
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