• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/bitrix24disk/tmpfile.php
  • Класс: BitrixDiskBitrix24DiskTmpFile
  • Вызов: TmpFile::getMapAttributes
static function getMapAttributes()
{
	return array(
		'ID' => 'id',
		'TOKEN' => 'token',
		'FILENAME' => 'filename',
		'CONTENT_TYPE' => 'contentType',
		'PATH' => 'path',
		'BUCKET_ID' => 'bucketId',
		'SIZE' => 'size',
		'RECEIVED_SIZE' => 'receivedSize',
		'WIDTH' => 'width',
		'HEIGHT' => 'height',
		'IS_CLOUD' => 'isCloud',
		'CREATED_BY' => 'createdBy',
		'CREATE_USER' => 'createUser',
		'CREATE_TIME' => 'createTime',
	);
}