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