| ChatRoomInfoProviderCleanOldChatRecords Method | 
            Cleans unused records from Chat. Affects Users, Messages and Rooms.
            
            This query affects all chat tables.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DeletedRecords CleanOldChatRecords(
	int daysOld
)
Parameters
- daysOld
- Type: SystemInt32
 
Return Value
Type: 
DeletedRecordsNumber of deleted records
 See Also
See Also