ForumService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods for posting messages.
Syntax
public sealed class ForumService : ForumServiceBase, IWebService Public NotInheritable Class ForumService
Inherits ForumServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| GetMessageGroupsByForumId | Gets all of the Messages and attachments for a Forum. |
| GetMessagesByForumId | Gets all the Messages for a Forum. |
Returned By
Where you get a ForumService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.ForumServiceBase
- Autodesk.Connectivity.WebServices.ForumService