• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/classes/general/security_service_hotbox.php
  • Класс: CCloudSecurityService_HotBox
  • Вызов: CCloudSecurityService_HotBox::IsUserExists
function IsUserExists($UserName)
{
	$users = $this->ListPrefixKeys($UserName);
	return isset($users[$UserName]);
}