MagicCMS Documentation

MagicUser Constructor (String, String)

Initializes a new instance of the MagicUser class on user login, checking username (email) and password.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public MagicUser(
	string username,
	string pwd
)

Parameters

username
Type: String
The username.
pwd
Type: String
The password.