Create forum threads

This topic contains the following:

  • Creating an empty thread
  • Creating a thread with a first post

Creating an empty

To create an empty thread , you must perform the following:

  1. Get an instance of the manager.
    Get instance of the ForumsManager object.
  2. Create a new thread.
    To create a new thread, call the CreateThread method of the manager.
  3. Set the properties.
    Set the properties of the ForumThread instance. For more information about the specific properties, read For developers: Forum threads.
  4. Add the thread to a forum.
    To add the thread to a forum, set the Forum property of the ForumThread instance to an instance of a forum.
  5. Publish the thread.
    To publish the thread, set the IsPublished property to true.
  6. Save the changes.
    Save the changes to the manager.
Here is a code example:


Creating a thread with a first post

To create a thread with a first post, you must perform the following:

  1. Get an instance of the manager.
    Get instance of the ForumsManager object.
  2. Create a new thread.
    To create a new thread, call the CreateThreadWithPost method of the manager and pass the instance of the forum, the title of the thread and the contents of the post as arguments. This method handles the creating of a thread and a post in it.
  3. Save the changes.
    Save the changes to 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.

Get started with Integration Hub | Sitefinity Cloud | Sitefinity SaaS

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. 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?

Next article

Query forum threads