summaryM:DotNetNuke.Entities.Host.IIPFilterController.IsIPBanned(System.String)

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
bool IsIPBanned(
	string ipAddress
)
Visual Basic
Function IsIPBanned ( 
	ipAddress As String
) As Boolean

Parameters

ipAddress
Type: System..::..String
paramipAddressM:DotNetNuke.Entities.Host.IIPFilterController.IsIPBanned(System.String)

Return Value

returnsM:DotNetNuke.Entities.Host.IIPFilterController.IsIPBanned(System.String)

See Also