C-DEngine 5.105

TheUserManager..::..HasUserAccess Method (String, String, Int32)

returns true of false pending if the user has access to a resource with the ACL provided

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

Syntax


public static bool HasUserAccess(
	string pUID,
	string pRealPW,
	int ACL
)
Public Shared Function HasUserAccess ( _
	pUID As String, _
	pRealPW As String, _
	ACL As Integer _
) As Boolean
public:
static bool^ HasUserAccess(
	String^ pUID, 
	String^ pRealPW, 
	int^ ACL
)

Parameters

pUID
Type: String
Username
pRealPW
Type: String
Password
ACL
Type: Int32
The ACL of the resource the user wants to have access to

Return Value