CanAccess Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CanAccess() method determines if the group can access the specified entity.
'Declaration
Public Shared Function CanAccess( _
ByVal grpId As Integer, _
ByVal entId As Integer _
) As Boolean
'Usage
Dim grpId As Integer
Dim entId As Integer
Dim value As Boolean
value = GrpEntLink.CanAccess(grpId, entId)
Parameters
- grpId
- Required. Holds ID of the user group that identifies the user group.
- entId
- Required. Holds the ID of the entity that identifies the entity.
Return Value
Returns True if the given group can access the given entity; returns False otherwise.