Click or drag to resize

IIQAPIGetDocument Method

Retrieve a single document from the ImageQuest system based on the document's unique identifier.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
IQDocument GetDocument(
	string token,
	Guid id
)

Parameters

token
Type: SystemString
User Authentication Token from a previous Login(String, String, String) or SystemLogin(String) call.
id
Type: SystemGuid
Unique document identifier of the desired document.

Return Value

Type: IQDocument
An IQDocument instance containing all of the index metadata for the desired document.
Remarks

Each document in ImageQuest is assigned a document identifier that is guaranteed to be unique across all cabinets in the ImageQuest warehouse. This identifier is assigned automatically when a document is initially added to a cabinet, and cannot be changed. API consumer applications can store these identifiers for later use in retrieving and managing documents.

See Also