Ilumnis Authentication

AuthenticationStorage.DeleteUser Method (Int32)

Uses data layer to delete specific user.

public static void DeleteUser(
   int userId
);

Parameters

userId
UserId of the user to delete.

Exceptions

Exception Type Condition
StorageDeleteException Thrown when current storage can't delete requested user.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace | AuthenticationStorage.DeleteUser Overload List