C-DEngine 5.105

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

Checks if the user with the gived ID has the access permission defined in ACL.

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

Syntax


public static bool HasUserAccess(
	Guid pCurrentUserID,
	int ACL
)
Public Shared Function HasUserAccess ( _
	pCurrentUserID As Guid, _
	ACL As Integer _
) As Boolean
public:
static bool^ HasUserAccess(
	Guid^ pCurrentUserID, 
	int^ ACL
)

Parameters

pCurrentUserID
Type: Guid
User ID to be checked
ACL
Type: Int32
Returns true if the user has this access Level