For developers: Query forum groups
This topic contains the following:
- Querying a single forum group
- Querying all forum groups
Querying a single forum group
To query a single forum group, you must perform the following:
- Get an instance of the manager.
Get an instance of the ForumsManager object.
- Get the specified forum group.
To get the specified group, you can either call the GetGroup method of the manager and pass the ID of the group, or call the GetGroups method of the manager and filter the collection by the ID or the name of the group.
Here is a code example of using the GetGroup method:
Here is a code example of using the GetGroups method:
Querying all forum groups
To query all forum groups, you must perform the following:
- Get an instance of the manager.
Get an instance of the ForumsManager object.
- Get the forum groups.
To get the groups, you must call the GetGroups method of the manager.
Here is a code example: