Documentation

Delete

bool
CBlogGroup::Delete(
 int ID
);

The method deletes group with the ID. Non-static method.

Method parameters

ParameterDescription
ID Group ID.

Returned value

The method returns true when a group is deleted successfully, otherwise returns false.

Examples of use

<?
if(!CBlogGroup::Delete($ID))
{
    echo 'Error while deleting the group'.$ID;
}
else
    echo 'Group is deleted.';
?>


© «Bitrix24», 2001-2024
Up