Assigns the items to user.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function assignItemsToUser ( _
userID As String, _
ParamArray queueItemIDs As String() _
) As Boolean
public:
bool^ assignItemsToUser(
String^ userID,
... array<String^>^ queueItemIDs
)
Parameters
- userID
- Type: String
The user identifier.
- queueItemIDs
- Type: array<String>[]()[][]
The queue item identifiers.
Return Value
true if XXXX,
false otherwise.