GetUserGroupLinks(String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetUserGroupLinks() method retrieves a DataSet containing all user group link records. This overload of the method uses a user ID and a user group ID (passed as a string) as a filter to retrieve only the link records for the specified user who is a member of the specified user group.
Parameters
- userID
- Optional. Holds the ID of the user used to filter the link records that are being retrieved.
- userGrpID
- Required. Holds the ID of the user group used to filter the link records that are being retrieved.
Return Value
Returns a DataSet of all user group link records for the specified user in the
specified user group. An empty DataSet is returned if there is an error retrieving the
data.