• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/cloudimport/entry.php
  • Класс: BitrixDiskDocumentCloudImportEntry
  • Вызов: Entry::isDownloaded
public function isDownloaded()
{
	return $this->getDownloadedContentSize() == $this->getContentSize();
}