• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/update/chatsales.php
  • Класс: BitrixLandingSiteUpdateChatSales
  • Вызов: ChatSales::setIndexToFolder
static function setIndexToFolder(int $folderId, int $indexId): void
{
	$landing = Landing::createInstance($indexId);
	if ($landing)
	{
		Folder::update($folderId, [
			'INDEX_ID' => $indexId,
		]);
	}
}