1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
iblocktype.php

Returns list of iblock types.

Аргументы
array$arOrderOrder of the list.
keys are case insensitive:
  • SORT - by SORT field.
  • ID - by ID field.
  • NAME - by language depended NAME field (must be used with LANGUAGE_ID in the filter).
values are case insensitive:
  • DESC - in descending order.
  • ASC - in ascending order.
array$arFilterFilter criteria.
keys are case insensitive:
  • ID - uses like operator and is case insensitive.
  • =ID - when contains string uses strict equal operator.
  • =ID - when contains array[]string uses in operator.
  • NAME - uses like operator and is case insensitive.
  • LANGUAGE_ID - uses strict equal operator and is case sensitive.
values with zero string length are ignored.
Возвращает
CDBResult