Click or drag to resize

IIQAPIRouteDocToUser Method

Route a document to a specific User.

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

Parameters

token
Type: SystemString
User Authentication Token from a previous Login(String, String, String) or SystemLogin(String) call.
id
Type: SystemGuid
Document Identifier for an existing ImageQuest document to be routed.
username
Type: SystemString
Username for the user to be routed the document to.
message
Type: SystemString
Message to add as a note to the route.
See Also