Hi Markus, Can you please explain me how to loop it with a limit of 200 records? Any sample codes will be appreciated.. I am sorry if it is so simple, but the fact is that I am new to this coding fields :(
Thanks Jills On Oct 23, 6:36 pm, markus giesen <[EMAIL PROTECTED]> wrote: > I wouldn't do this all together at the same time. > Put it into loops with a limit of 200 pages. > Otherwise you might get a timeout and your authors will be very > unpleased.. > > On 22 Okt., 16:25, AnthonyFusepoint <[EMAIL PROTECTED]> > wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
