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