Click or drag to resize

IIQAPIAddNote Method

Add a note to a specific document.

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

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.
noteText
Type: SystemString
Text of the note to add to the specified document.
Remarks

Document notes can be viewed by users of the ImageQuest IQdesktop client application. Once added, document notes cannot be edited or removed, and cannot be retrieved via the ImageQuest Web Services API.

See Also