Ilumnis Authentication

User.New Method (Int32, String)

Creates new user.

public static User New(
   int userId,
   string userName
);

Parameters

userId
UserId for new user.
userName
Name for new user.

Return Value

New user object.

Exceptions

Exception Type Condition
InvalidUserIdentifierException Thrown if invalid userId is passed.
InvalidUserNameException Thrown if invalid userName is passed.

See Also

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