Click or drag to resize
BannedIPInfoProviderIsBannedIPEnabled Method
Returns true if BannedIP module is enabled for specified site (Settings key).

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static bool IsBannedIPEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString

Return Value

Type: Boolean
See Also