GrpEntLink Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by GrpEntLink.
| Name | Description | |
|---|---|---|
![]() ![]() | CanAccess | The CanAccess() method determines if the group can access the specified entity. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more group/entity link records from the Grp_Ent_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all group entity link records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified group/entity link record from the Grp_Ent_Link table. |
![]() ![]() | GetEntAccByGroups | The GetEntAccByGroups() method accepts a list of security identifiers (SIDs) that represent the OS groups to which the user belongs and optionally an entity ID. It looks up the SIDs in the Grp_Name table and returns the maximum access in the Grp_Ent_Link table for the groups that match the supplied SIDs. If none of the SIDs match a group, then 0 is returned for the access. If an ent_id is supplied, then a single row for that entity is returned. Otherwise, a row for each entity is returned. |
![]() ![]() | GetEntAccessByUser |
The GetEntAccessByUser() method retrieves one or more group/entity link records from the Grp_Ent_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all group entity link records from the table. |
![]() ![]() | GetGrpAccessByEnt | The GetGrpAccessByEnt() method retrieves all defined user groups' access privileges for the specified entity. |
![]() ![]() | GetUserAccessByEnt | The GetUserAccessByEnt() method retrieves all defined users' access privileges to the specified entity. |
![]() ![]() | Update | Overloaded. The Update() method updates all columns of the specified group/entity link record in the Grp_Ent_Link table. |
![]() ![]() | UpdateSpecific | TThe UpdateSpecific() method updates selected columns of the specified group/entity link record in the Grp_Ent_Link table. |

