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