BannedIPInfoProviderGetInfoById Method (Int32, Boolean) |
Gets the info by its ID.
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax 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:
BannedIPInfoSee Also