• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/document.php
  • Класс: CBPDocument
  • Вызов: CBPDocument::prepareFileForHistory
static function prepareFileForHistory($documentId, $fileId, $historyIndex)
{
	return CBPHistoryService::PrepareFileForHistory($documentId, $fileId, $historyIndex);
}