GetUserGroupLinks(String,Int32) 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 group ID (passed as an integer) as a filter to retrieve only the link records for the specified user who is also a member of the specified group.
Parameters
- userId
- Optional. Holds the ID of the user used to filter the link records that are being retrieved.
- grpId
- Required. Holds the ID of the 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 group. An empty DataSet is returned if there is an error retrieving the
data.