SharpSchedule

ClientAccessHelper.Update Method 

Update the client in the database.

[Visual Basic]
Public Sub Update( _
   ByVal client As Client, _
   ByVal user As String _
)
[C#]
public void Update(
   Client client,
   string user
);

Parameters

client
The client to update.
user
User that is requesting the update.

See Also

ClientAccessHelper Class | Ozanam.Schedule.Web.Database Namespace