Click or drag to resize
IUserManagerDeleteUser Method
Delete the user passed across. Throw an exception if the deletion is not permitted, otherwise remove the user from the backing store.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void DeleteUser(
	IUser user
)

Parameters

user
Type: VirtualRadar.Interface.SettingsIUser
See Also