Click or drag to resize
FloodProtectionHelperCheckFlooding Method
Returns true if the current IP address or user floods the system.

Namespace: CMS.Membership
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static bool CheckFlooding(
	string sitename,
	IUserInfo ui
)

Parameters

sitename
Type: SystemString
Site name
ui
Type: CMS.BaseIUserInfo
User info object

Return Value

Type: Boolean
See Also