Получение SEO свойств - amel-post/bitrix.help GitHub Wiki
<?php
$ipropValues = new \Bitrix\Iblock\InheritedProperty\SectionValues(
$this->arParams["IBLOCK_ID"],
$this->arParams['SECTION_ID']
);
$ipropValues = $ipropValues->getValues();
<?php
$ipropValues = new \Bitrix\Iblock\InheritedProperty\SectionValues(
$this->arParams["IBLOCK_ID"],
$this->arParams['SECTION_ID']
);
$ipropValues = $ipropValues->getValues();