Saves the users details


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Sub Save()
C#
public void Save()
C++
public:
 void Save() sealed 
J#
public void Save()
JScript
public  function Save()

Exceptions

Exception TypeCondition
ApiDeveloperExceptionThrown if a user has not been logged on prior to call to method
ApiConnectivityExceptionThrown if unable to connect to the web server

See Also