• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblock_rights.php
  • Класс: CIBlockSectionRights
  • Вызов: CIBlockSectionRights::DeleteAllRights
function DeleteAllRights()
{
	$stor = $this->_storage_object();
	$stor->DeleteRights();
	$stor->CleanUp(/*$bFull=*/false);
}