Category Archives: API Batch programming

Do something for all physical pages in a project

A lot of batch programs I created work on all physical pages of a project. A physical page is a RedDot CMS page which would be published as a real .html file. If you would setup a filename on a physical page, RedDot CMS would generate a file with that name. Non physical pages therefore [...]

Connecting with user name and password

To write a batch program it is not possible to re-use a connected user’s login information as we did in most of the other examples. Instead we need a real login with a user name and password. jRQL is able to connect to RedDot CMS with the following line of code: CmsClient client = new [...]

Follow

Get every new post delivered to your Inbox.