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:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?