• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/export.php
  • Класс: Bitrix\Crm\Controller\Export
  • Вызов: Export::generateDownloadLink
protected function generateDownloadLink()
{
	$params = array(
		'PROCESS_TOKEN' => $this->processToken,
		'EXPORT_TYPE' => $this->exportType,
		'COMPONENT_NAME' => $this->componentName,
		'ENTITY_TYPE' => $this->entityType,
	);

	return $this->getActionUri(self::ACTION_DOWNLOAD, $params);
}