• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/abstractstorage.php
  • Класс: CWebDavAbstractStorage
  • Вызов: CWebDavAbstractStorage::setStorageId
public function setStorageId($storageId)
{
	$this->storageId = $storageId;

	return $this;
}