Click or drag to resize

aceServerUserALCGetAccessLevel Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns null if username and password are not matched

Namespace:  imbACE.Network.internet.config
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public aceServerUser GetAccessLevel(
	string username,
	string password
)
Request Example View Source

Parameters

username
Type: SystemString
The username
password
Type: SystemString
The password

Return Value

Type: aceServerUser
null or aceServerUser instance
See Also