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
Syntaxvoid RouteDocToUser(
string token,
Guid id,
string username,
string message
)
Sub RouteDocToUser (
token As String,
id As Guid,
username As String,
message As String
)
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