Creates a new user

Namespace: White_Tiger.UserManagment
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public void CreateUser(
	string username,
	string password,
	string description,
	bool hidden
)
Visual Basic
Public Sub CreateUser ( 
	username As String,
	password As String,
	description As String,
	hidden As Boolean
)
Visual C++
public:
void CreateUser(
	String^ username, 
	String^ password, 
	String^ description, 
	bool hidden
)

Parameters

username
Type: System..::..String
name of user
password
Type: System..::..String
password
description
Type: System..::..String
Description of user
hidden
Type: System..::..Boolean
true if you want to hide the user

See Also