• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/webdavstorage.php
  • Класс: CWebDavStorageCore
  • Вызов: CWebDavStorageCore::getPathArrayForSection
protected function getPathArrayForSection($id)
{
	return $this->init()->getWebDav()->getNavChain(array('section_id' => (int)$id));
}