• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookextranetaccounts.php
  • Класс: CDavExtranetAccounts
  • Вызов: CDavExtranetAccounts::__construct
public function __construct($groupdav)
{
	parent::__construct($groupdav);
	$this->SetName(Loc::getMessage('DAV_EXTRANET_ACCOUNTS'));
	$this->SetNamespace(CDavGroupDav::CARDDAV);
	$this->SetUri('extranetAccounts');
	$this->SetMinimumPrivileges(array('DAV::read'));
}