• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/FileInfo.php
  • Класс: BitrixUIFileUploaderFileInfo
  • Вызов: FileInfo::getCustomData
public function getCustomData(): Dictionary
{
	if ($this->customData === null)
	{
		$this->customData = new Dictionary();
	}

	return $this->customData;
}