Click or drag to resize
BannedIPInfoProviderGetInfoById Method (Int32, Boolean)
Gets the info by its ID.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
protected override BannedIPInfo GetInfoById(
	int id,
	bool useHashtable
)

Parameters

id
Type: SystemInt32
ID of the object
useHashtable
Type: SystemBoolean
If true, the get operation uses hashtable

Return Value

Type: BannedIPInfo
See Also