• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/controller/file.php
  • Класс: BitrixDocumentGeneratorControllerFile
  • Вызов: File::deleteAction
public function deleteAction($fileId)
{
	$result = FileTable::delete($fileId);
	if(!$result->isSuccess())
	{
		$this->errorCollection = $result->getErrorCollection();
	}
}