• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/urlmanager.php
  • Класс: BitrixDiskUrlManager
  • Вызов: UrlManager::getUrlToShowAttachedFileByService
static function getUrlToShowAttachedFileByService($attachedId, $service)
{
	return static::getUrlUfController('', array(
		'document_action' => 'show',
		'primaryAction' => 'show',
		'attachedId' => (int)$attachedId,
		'service' => $service,
	));
}