Text Disguise

ClientService.Update Method 

[This is preliminary documentation and subject to change.]

Updates the client in the database.

[Visual Basic]
Public Function Update( _
   ByVal cmAuth As ClientModel, _
   ByVal cmNew As ClientModel _
) As ClientModel
[C#]
public ClientModel Update(
   ClientModel cmAuth,
   ClientModel cmNew
);

Parameters

cmAuth
A ClientModel containing the client credentials to use.
cmNew
A ClientModel containing the client data that is to be updated.

Return Value

Returns a populated ClientModel object for the updated client.

See Also

ClientService Class | Dls.TextDisguise.WebServices Namespace | ClientModel Class