Ilumnis Authentication

AuthenticationStorage.UpdateUser Method 

Uses data layer to update specific user.

public static void UpdateUser(
   User user
);

Parameters

user
User to update.

Exceptions

Exception Type Condition
StorageUpdateException Thrown when current storage can't update requested user.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace