Click or drag to resize

UserHasAccess Method

Determines whether the specified access key has access.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool HasAccess(
	AccessKey accessKey
)

Parameters

accessKey
Type: Aloe.EnterpriseOne.Model.Systems.SecurityAccessKey
The access key.

Return Value

Type: Boolean
true if the specified access key has access; otherwise, false.
See Also