IUserManagerCreateUser Method |
Creates a new user. If
CanCreateUsers is false then this should throw an exception when called.
The user manager is expected to modify the record passed in to set IsPersisted to true and to fill in the unique ID.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void CreateUser(
IUser user
)
Sub CreateUser (
user As IUser
)
void CreateUser(
IUser^ user
)
abstract CreateUser :
user : IUser -> unit
Parameters
- user
- Type: VirtualRadar.Interface.SettingsIUser
See Also