C-DEngine 5.105

TheUserManager..::..GetUserAccessLevel Method (String, String)

Return the Access Level of a given UID/PWD combination

Namespace:  nsCDEngine.Security
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static int GetUserAccessLevel(
	string pUID,
	string pRealPW
)
Public Shared Function GetUserAccessLevel ( _
	pUID As String, _
	pRealPW As String _
) As Integer
public:
static int^ GetUserAccessLevel(
	String^ pUID, 
	String^ pRealPW
)

Parameters

pUID
Type: String
pRealPW
Type: String

Return Value

Return -1 if the user is unknown

See Also


GetUserAccessLevel Overload