The CForumTopic class is used with forum topics.
Methods
Method | Description |
GetList |
Returns a filtered and sorted list of topics. |
GetListEx |
Returns a filtered and sorted list of topics
including all bound data.
|
GetByID |
Returns an array of topic parameters by its ID. |
GetByIDEx |
Returns an array of topic parameters as well as
its auxiliary parameters by its ID. |
Add |
Creates a new topic. |
Update |
Modifies topic parameters. |
Delete |
Deletes a topic. |
CanUserAddTopic |
Thoroughly checks whether a user can add a new topic.
|
CanUserUpdateTopic |
Thoroughly checks whether a
user can modify a topic.
|
CanUserDeleteTopic |
Thoroughly checks whether a
user can delete a topic.
|
GetNeighboringTopics |
Returns the ID's of a previous and next topic relative to a specified topic. |
MoveTopic2Forum |
Moves a topic to another forum. |