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: 8.2.23
Syntax public static DeletedRecords CleanOldChatRecords(
int daysOld
)
Parameters
- daysOld
- Type: SystemInt32
Return Value
Type:
DeletedRecordsNumber of deleted records
See Also