• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/groupdavclient.php
  • Класс: CDavGroupdavClient
  • Вызов: CDavGroupdavClient::Options
public function Options($path)
{
	$path = $this->FormatUri($path);

	$request = $this->CreateBasicRequest('OPTIONS', $path);

	return $this->Send($request);
}