Hi Tiffany,
You can use an RQL query to get informations about any page thanks to
its Guid:
<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]">
<PAGE action="load" guid="[!guid_page!]" option="extendedinfo"/>
</IODATA>
extendedinfo is not necessary, It depends on how much info you need:
and this Query to get all the pages from a project in a list:
<IODATA loginguid="[!guid_login!]" sessionkey="[!key!]">
<PROJECT>
<PAGES action="list"/>
</PROJECT>
</IODATA>
Such a query can be very long depending on the project's size (numer
of pages), but if you really need it!
Good luck!
Anthony
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---