The CForumMessage class is used with forum messages.
Methods
Method | Description |
GetList |
Returns a filtered and sorted list of messages. |
GetListEx |
Returns a filtered and sorted list of messages
including all bound data . |
GetByID |
Returns an array of message parameters by its ID. |
GetByIDEx |
Returns an array of message parameters and
auxiliary parameters by its ID. |
Add |
Adds a new message. |
Update |
Modifies the parameters of the existing message specified by the ID. |
Delete |
Deletes a specified message. |
CanUserAddMessage |
Thoroughly checks whether a specified
user can add a new message into a specified
topic. |
CanUserUpdateMessage |
Thoroughly checks whether a specified
user can modify a specified message. |
CanUserDeleteMessage |
Thoroughly checks whether a specified
user can delete a specified message. |
GetMessagePage |
Returns a page containing the specified message. The page returned is
set up for pagewise navigation. |