• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/mysql/cml2.php
  • Класс: CIBlockXMLFile
  • Вызов: CIBlockXMLFile::Delete
function Delete($ID)
{
	global $DB;
	return $DB->Query("delete from ".$this->_table_name." where ID = ".(int)$ID);
}