Click or drag to resize
BannedIPInfoProviderGetBannedIPInfo Method
Returns the BannedIPInfo structure for the specified bannedIP.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static BannedIPInfo GetBannedIPInfo(
	int bannedIPId
)

Parameters

bannedIPId
Type: SystemInt32
BannedIP id

Return Value

Type: BannedIPInfo
See Also