Answer the question
In order to leave comments, you need to log in
How to get a list of sections by element filter?
How can I get a list of sections by element filter using the Bitrix API?
There is a CIBlockSection::GetList() function. It has filtering by element PROPERTY :
CIBlockSection ::GetList(
Array(),
Array(
'IBLOCK_ID' => $arParams['IBLOCK_ID'],
'PROPERTY' => Array(
'/*здесь символьный код свойства*/' => '/*Здесь значение этого свойства*/'
)
)
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question