Delete
bool CBlogUserGroup::Delete( int ID );
The method deletes a blog user group with the ID. Non-static method.
Method parameters
Parameter | Description |
---|---|
ID | Blog user group ID. |
Returned value
The method returns true if the blog user group was deleted successfully, otherwise returns false.Examples of use
<? if(!CBlogUserGroup::Delete($ID)) { echo 'Error while deleting the group'.$ID; } ?>
© «Bitrix24», 2001-2024