April 23, 2020
Estimated Post Reading Time ~

AEM Find the no of pages

Solution:
To see the number of pages currently on the server use a repository query; via 

CRXDE - Tools - Query:
  • Xpath Query:
  • Type XPath
  • Path /
  • Query //element(*, cq:Page)

Query Builder API query :
  • type=cq:page
  • path=/


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.