GetMultiPageInformation

Description Returns with a list of PageInfo class objects, containing details about a specific page.
Method Type POST
URL api/document/pageinfos
Parameters
Name Type Description
PageFrom Int The first page to get the pages from.
PageTo Int The last page to get the pages from.
DocumentID Object

The specified document’s DocumentID.

The DocumentID can be any object, for example an absolute path of a file, or a database row ID. The specified Content-Engine will interpret the DocumentID and serve the document.

CE (Optional) String

The Specified Content-Engine.

Possible values:

0: Default Content-Engine (default)

1: FileEngine

2: DatabaseEngine

Response Type JSON (JsonResult)
Return values

{

pages (List of PageInfo Class)

}

Programming notes

This API supports both documents stored in the database, or stored on the hard-drive.

Example

None

Requirements