Click or drag to resize
ChatRoomInfoProviderCleanOldChatRecords Method
Cleans unused records from Chat. Affects Users, Messages and Rooms. This query affects all chat tables.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static DeletedRecords CleanOldChatRecords(
	int daysOld
)

Parameters

daysOld
Type: SystemInt32

Return Value

Type: DeletedRecords
Number of deleted records
See Also