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:

  1. Get an instance of the manager.
    Get an instance of the ForumsManager object.
  2. 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:

  1. Get an instance of the manager.
    Get an instance of the ForumsManager object.
  2. Get the forum groups.
    To get the groups, you must call the GetGroups method of the manager.

Here is a code example:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Modify forum groups