• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/tools.php
  • Класс: CWebDavTools
  • Вызов: CWebDavTools::allowCreateDocByExtServiceGlobal
static function allowCreateDocByExtServiceGlobal()
{
	return static::allowUseExtServiceGlobal() && (!CModule::IncludeModule('extranet') || !CExtranet::IsExtranetSite());
}