• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/proxytype/base.php
  • Класс: BitrixDiskProxyTypeBase
  • Вызов: Base::getBaseUrlFolderList
public function getBaseUrlFolderList()
{
	return '/' . trim($this->getStorageBaseUrl(), '/') . '/' . static::SUFFIX_FOLDER_LIST;
}