Text Disguise

Client.Update Method 

[This is preliminary documentation and subject to change.]

Updates the client in the database.

[Visual Basic]
Public Function Update( _
   ByVal clientGuid As String, _
   ByVal newCM As ClientModel _
) As ClientModel
[C#]
public ClientModel Update(
   string clientGuid,
   ClientModel newCM
);

Parameters

clientGuid
A String containing the GUID of the client to be updated.
newCM
A ClientModel that is to be updated.

Return Value

Returns a populated ClientModel object for the updated client.

See Also

Client Class | Dls.TextDisguise Namespace | ClientModel Class