bool CForumUserPoints::Delete( int FROM_USER_ID, int TO_USER_ID );
The method Delete deletes votes given by the user FROM_USER_ID to the user TO_USER_ID.
Parameter | Description |
---|---|
FROM_USER_ID | The ID of the user who has given his vote. |
TO_USER_ID | The ID of the user who has been given a vote to. |
The method returns true on success, or false otherwise.
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |