Abstract
I have a path of a root page and I want to retrieve all the child pages of root page and grandchild and grandchild of root page. My structure is like this rootPage | | |---------childPage | | |---------grandChildPage | | | |----------------------grandGrandChildPages So I want the path of all these pages. How can I get this? currently, I'm using this adminSession = repository.loginAdministrative(
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni