Click or drag to resize

IIQAPIRouteDocToRole Method

Route a document to a specific Role.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
void RouteDocToRole(
	string token,
	Guid id,
	string roleName,
	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.
roleName
Type: SystemString
Role to be routed the document to.
message
Type: SystemString
Message to add as a note to the route.
See Also