bool ForumModerateMessage( int MID, char(1) TYPE, &string strErrorMessage, &string strOKMessage );
Publishes or hides the specified message.
Parameter | Description |
---|---|
MID | The ID of the message to publish or hide. |
TYPE |
If "SHOW", the message is published. If "HIDE", the message is hidden. |
strErrorMessage | On return, this variable contains description of errors, if any occurs. |
strOKMessage | On return, this variable contains description of the successful run. |
Returns true on success or false otherwise.
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |