Text Disguise

Client.Get Method (String)

[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]
Overloads Public Function Get( _
   ByVal clientGuid As String _
) As ClientModel
[C#]
public ClientModel Get(
   string clientGuid
);

Parameters

clientGuid
A String containing the GUID of the client to use.

Return Value

Returns a populated ClientModel for the selected client.

Remarks

The password will not be populated in the returned ClientModel.

See Also

Client Class | Dls.TextDisguise Namespace | Client.Get Overload List | ClientModel Class