GrpLineLink Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see GrpLineLink members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetAccess | The GetAccess() method retrieves line access information that indicates whether or not the specified user may access the specified line. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more group/line link records from the Grp_Line_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all group line link records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified group/line link record from the Grp_Line_Link table. |
![]() ![]() | GetLineAccByGroups | The GetLineAccByGroups() method accepts a list of SIDs that represent the OS groups to which the user belongs and optionally a line ID. It looks up the SIDs in the Grp_Name table and returns the maximum access in the Grp_Line_Link table for the groups that match the supplied SIDs. If none of the SIDs match a group, then 0 is returned in the access column. If a line_id is supplied, then a single row for that line is returned. Otherwise, a row for each line is returned. |
![]() ![]() | GetLineAccessByUser | The GetLineAccessByUser() method returns line access information that indicates whether or not the specified user may access the line. |
![]() ![]() | SetAccess | The SetAccess() method updates the access privileges to a line for specified user groups in the Grp_Line_Link table. |
![]() ![]() | Update | The Update() method updates all columns of the specified group/line link record in the Grp_Line_Link table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified group/line link record in the Grp_Line_Link table. |

