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
Syntaxvoid RouteDocToRole(
string token,
Guid id,
string roleName,
string message
)
Sub RouteDocToRole (
token As String,
id As Guid,
roleName 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. - roleName
- Type: SystemString
Role to be routed the document to. - message
- Type: SystemString
Message to add as a note to the route.
See Also