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=/

No comments:

Post a Comment