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