CCrmSearch::isUpdateSearchIndexEnabled

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmSearch
  4. isUpdateSearchIndexEnabled
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_search.php
  • Класс: \CCrmSearch
  • Вызов: CCrmSearch::isUpdateSearchIndexEnabled
static function isUpdateSearchIndexEnabled(): bool
{
	return CModule::IncludeModule('search') && self::$updateSearchIndexEnabled;
}

Добавить комментарий