Get count of pages, files
Is there any way to get a count of the number of Pages contained in the database?
Similarly, is there any way to get a count of the number of files?
Thanks!
Jon
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tim on Aug 11, 2010 @ 03:45 PM
Hi Jon,
There is no way to do this from the interface, but you should be able to do this with a query like:
This will give you the count of all pages (not including past versions and not including recycled pages).
You can execute the same query but change assetType to 'FIL' to get the count for files.
Hope this helps!
Tim closed this discussion on Aug 11, 2010 @ 03:45 PM.