• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/rest.php
  • Класс: CSocNetLogRestService
  • Вызов: CSocNetLogRestService::getFile
static function getFile($fileId)
{
	$arFile = CFile::GetFileArray($fileId);
	if (is_array($arFile))
	{
		return $arFile['SRC'];
	}

	return '';
}