Delete forum posts

To delete a thread, you must perform the following:

  1. Get an instance of the manager.
    Get an instance of the ForumsManager object.
  2. Get the specified post.
    Get an instance of the post. For more information, read For developers: Query forum posts.
  3. Mark the post for deletion.
    To mark the post to be deleted, call the DeletePost method of the manager and pass the post as an argument.
  4. Save the changes.
    To delete the post, save the changes to the manager.

NOTE: To delete multiple posts, query them and execute the code below for each post.

NOTE: If you try to delete a post that has attachments in it, the document items that represent the attachments, won't get deleted. To delete the attachments, you must get them and manually delete them. For more information, see For developers: Get the attachments of forum posts and For developers: Delete documents.

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?