• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/event_calendar.php
  • Класс: CEventCalendar
  • Вызов: CEventCalendar::GetAccountRootSectionId
static function GetAccountRootSectionId($ownerId, $ownerType, $iblockId)
{
	$cal = self::GetInstance();
	return $cal->GetSectionIDByOwnerId($ownerId, mb_strtoupper($ownerType), $iblockId);
}