Ilumnis Authentication

User.Delete Method (Int32)

Deletes specific user.

public static void Delete(
   int userId
);

Parameters

userId
UserId of the user to delete.

Exceptions

Exception Type Condition
InvalidUserIdentifierException Thrown when invalid userId is passed.

See Also

User Class | IExSys.Authentication Namespace | User.Delete Overload List