GetUserGroupLinks Method
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| GetUserGroupLinks() | The GetUserGroupLinks() method retrieves a DataSet containing all user group link records. |
| GetUserGroupLinks(String) | The GetUserGroupLinks() method retrieves a DataSet containing all user group link records. This overload of the method uses a user ID as a filter to retrieve the link records of all groups of which the user is a member. |
| GetUserGroupLinks(Int32) | The GetUserGroupLinks() method retrieves a DataSet containing all user group link records. This overload of the method uses a user group ID as a filter to retrieve all of the link records of users who are a member of that group. |
| GetUserGroupLinks(String,Int32) | 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. |
| GetUserGroupLinks(String,String) | 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. |