IMetabaseSecurity.AddUser

Syntax

AddUser(UserName: String): IMetabaseUser;

AddUser(System.String): Prognoz.Platform.Interop.Metabase.IMetabaseUser;

Parameters

UserName. User name.

Description

The AddUser method creates a new user.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseSecurity.AddGroup.

See also:

IMetabaseSecurity