$rsSections = CIBlockSection::GetList(array(),array('IBLOCK_ID' => инфоблок, '=CODE' => 'код секции')); if ($arSection = $rsSections->Fetch()) { echo 'Имя секции: '.$arSection['NAME']; }