[Missing <summary> documentation for "M:BaseLib.Util.Account.CreateNewAccount(System.String,System.Boolean,System.String,System.String)"]

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public static void CreateNewAccount(
	string email,
	bool publicEmail,
	string realName,
	string password
)

Parameters

email
Type: System..::..String

[Missing <param name="email"/> documentation for "M:BaseLib.Util.Account.CreateNewAccount(System.String,System.Boolean,System.String,System.String)"]

publicEmail
Type: System..::..Boolean

[Missing <param name="publicEmail"/> documentation for "M:BaseLib.Util.Account.CreateNewAccount(System.String,System.Boolean,System.String,System.String)"]

realName
Type: System..::..String

[Missing <param name="realName"/> documentation for "M:BaseLib.Util.Account.CreateNewAccount(System.String,System.Boolean,System.String,System.String)"]

password
Type: System..::..String

[Missing <param name="password"/> documentation for "M:BaseLib.Util.Account.CreateNewAccount(System.String,System.Boolean,System.String,System.String)"]

See Also