• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/myofficehandler.php
  • Класс: BitrixDiskDocumentMyOfficeHandler
  • Вызов: MyOfficeHandler::getDataForViewFile
public function getDataForViewFile(FileData $fileData)
{
	$this->errorCollection[] = new Error('Could not use preview with MyOffice', self::ERROR_COULD_NOT_VIEW_FILE);
	return null;
}