Check the set of rules to see if an IP address is banned (used on login)

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

Syntax

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

Parameters

ipAddress
Type: System..::..String
IP address

Return Value

true if banned

Implements

IIPFilterController..::..IsIPBanned(String)

See Also