...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_webdav_helper.php
- Класс: \CCrmWebDavFileType
- Вызов: CCrmWebDavFileType::GetSectionName
static function GetSectionName($typeID) { if($typeID === self::EmailAttachment) { return GetMessage('CRM_WEBDAV_EMAIL_SECTION'); } elseif($typeID === self::CallRecord) { return GetMessage('CRM_WEBDAV_CALL_RECORD_SECTION'); } return ''; }