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

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsBannedIPEnabledInternal(
	string siteName
)

Parameters

siteName
Type: SystemString

Return Value

Type: Boolean
See Also