• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::GetPublishUrl
static function GetPublishUrl($channelId = "")
{
	$url = COption::GetOptionString("pull", "path_to_publish", self::GetDefaultOption("path_to_publish"));
	return $url;
}