How to get List of created pages

Posted by Community Admin on 04-Aug-2018 11:06

How to get List of created pages

All Replies

Posted by Community Admin on 23-Aug-2011 00:00

Hi team,
    Please guide me how to get list of created pages in sitefinity 4.1? In 3.7 i was using cmsmanager.GetPages() to get pagelist.

Please help...

Thanks & Regards,
Pravat Sharma.

Posted by Community Admin on 23-Aug-2011 00:00

Hi Pravat,

 All the pages of your site are accessible through App.WorkWith().Pages() . Note that this object is a facade.

In Sitefinity 4 we have a wrapper of all manager classes that a developer would usually use in order to create content, pages, classification units or users - Fluent API. You might want to take a look at this http://www.sitefinity.com/40/help/developers-guide/deep-dive-fluent-api-facades.html .

Regards,
Boyko Karadzhov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

This thread is closed