• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_webdav_helper.php
  • Класс: \CCrmWebDavFileType
  • Вызов: CCrmWebDavFileType::GetSectionXmlID
static function GetSectionXmlID($typeID)
{
	if($typeID === self::EmailAttachment)
	{
		return 'CRM_EMAIL_ATTACHMENTS';
	}
	elseif($typeID === self::CallRecord)
	{
		return 'CRM_CALL_RECORDS';
	}
	return '';
}