| ChatProtectionHelperCheckOperationForFloodingInternal Method | 
            Checks if specified operation happened too early after the previous call. If it happened too early (earlier than timespan specified in settings), 
            it is considered as flooding and operation should be stopped.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual bool CheckOperationForFloodingInternal(
	FloodOperationEnum operation
)
Parameters
- operation
- Type: CMS.ChatFloodOperationEnum
 Type of operation
Return Value
Type: 
BooleanTrue if everything is ok. False if operation should be stopped.
 See Also
See Also