Click or drag to resize
BannedIPInfoProviderIsAllowed Method (String, String, BanControlEnum)
Returns true if client IP address is allowed to access the site, false if it is banned.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public static bool IsAllowed(
	string ipAddress,
	string siteName,
	BanControlEnum banType
)

Parameters

ipAddress
Type: SystemString
Check this ip address
siteName
Type: SystemString
Ban settings of this site will be used
banType
Type: CMS.ProtectionBanControlEnum
Which ban type should be checked

Return Value

Type: Boolean
See Also