C# Workmates API
 All Classes Namespaces Functions Variables Enumerations Enumerator
static ReturnCode UpdateWorkmate ( int  workmateId,
Workmate  workmate 
)
inlinestatic

The function updates the existing workmate defined by id with a new data structure.

Parameters
workmateIDthe id of the workmate
workmatethe new updating workmate data structure
Returns
ReturnCode enumeration

The function updates the workmate if a workmate with the id exists. If it does not exist, the operation returns WorkmateNotDefined.

Possible ReturnCodes result values:

See also
InsertWorkmate DeleteWorkmate