• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/extlinks.php
  • Класс: CWebDavExtLinks
  • Вызов: CWebDavExtLinks::getEntityType
static function getEntityType($iblockCode)
{
	$entityType = explode('_', $iblockCode);
	$entityType = mb_strtolower(array_shift($entityType));

	return $entityType;
}