C# Workmates API
 All Classes Namespaces Functions Variables Enumerations Enumerator
static ReturnCode DeleteWorkmate ( int  workmateId)
inlinestatic

The function deletes the workmate found by the workmateId parameter.

Parameters
workmateIdid of the workmate to be deleted
Returns
ReturnCode enumeration

If the workmate exists it is deleted. In case it does not exist the operation returns the error WorkmateNotDefined.

Possible ReturnCodes result values:

See also
ClearAll