Text Disguise

ClientService.Get Method 

[This is preliminary documentation and subject to change.]

Retrieves the client from the database and returns a populated ClientModel for the specified client GUID.

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

Parameters

cmAuth
A ClientModel containing the client credentials to use.

Return Value

Returns a populated ClientModel object for the selected client.

Remarks

The password will not be populated in the returned ClientModel.

See Also

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