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

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
protected virtual BannedIPInfo GetBannedIPInfoInternal(
	int bannedIPId
)

Parameters

bannedIPId
Type: SystemInt32
BannedIP id

Return Value

Type: BannedIPInfo
See Also