Click or drag to resize
BannedIPInfoProviderGetInfoById Method
Gets the info by its ID.

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

Parameters

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

Return Value

Type: BannedIPInfo
See Also