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