Getting Page Names Programatically

Posted by Community Admin on 05-Aug-2018 20:40

Getting Page Names Programatically

All Replies

Posted by Community Admin on 29-Nov-2010 00:00

Hi,
     I'm trying to get the Parent and Child page names in a project programatically however, the properties of the PageNode object does not return page names. It returns a bunch of non-related strings .. Please see 4 lines of code below. Does the API not return page names ? The property is there. Please advise on how to return page names. Thanks in advance , Jon 

var pages = App.WorkWith().Pages().Get().ToList();

foreach (PageNode pn in pages)

    Response.Write(pn.Name);

 




Edit your post Reply

Posted by Community Admin on 29-Nov-2010 00:00

Hello Jon,

Please refer to the other post you opened where I sent a reply to you.

Regards,
Ivan Dimitrov
the Telerik team


Check out Telerik Trainer, the state of the art learning tool for Telerik products.

This thread is closed