• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/FileUploader.php
  • Класс: Bitrix\Crm\Service\FileUploader
  • Вызов: FileUploader::registerFileId
public function registerFileId(Field $field, int $fileId): void
{
	$controlId = $this->fileInputUtility->getUserFieldCid($field->getUserField());

	$this->fileInputUtility->registerControl($controlId, $controlId);
	$this->fileInputUtility->registerFile($controlId, $fileId);
}