Hello,
I am using some code to get the page name.
IPage
page = cmsManager.GetPage(currentPageID);
page.Name;
My problem is I have 3 pages name the same thing but in different page groups.
HR/FAQ.aspx
PR/FAQ.aspx
Schedules/FAQ.aspx
Is there a way to get the page group of these 3 pages? Will GetRootPage do the trick?
Thanks.