• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory/Lead.php
  • Класс: Bitrix\Crm\Service\Factory\Lead
  • Вызов: Lead::isRecyclebinEnabled
public function isRecyclebinEnabled(): bool
{
	return LeadSettings::getCurrent()->isRecycleBinEnabled();
}