summaryM:DotNetNuke.Entities.Host.IPFilterController.IsIPAddressBanned(System.String)
Namespace: DotNetNuke.Entities.HostAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[ObsoleteAttribute("deprecated with 7.1.0 - please use IsIPBanned instead to return the value and apply your own logic")] public void IsIPAddressBanned( string ipAddress ) |
| Visual Basic |
|---|
<ObsoleteAttribute("deprecated with 7.1.0 - please use IsIPBanned instead to return the value and apply your own logic")> Public Sub IsIPAddressBanned ( ipAddress As String ) |
Parameters
- ipAddress
- Type: System..::..String
paramipAddressM:DotNetNuke.Entities.Host.IPFilterController.IsIPAddressBanned(System.String)