Text Disguise

ClientService.Register Method 

[This is preliminary documentation and subject to change.]

Creates the client in the database.

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

Parameters

cm
A ClientModel containing the client to be created.

Return Value

Returns a populated ClientModel object for the new client.

See Also

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