Click or drag to resize
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.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void CreateUser(
	IUser user
)

Parameters

user
Type: VirtualRadar.Interface.SettingsIUser
See Also