Click or drag to resize
ChatNotificationInfoProviderDeleteChatNotificationInfo Method (ChatNotificationInfo)
Deletes specified chat notification.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void DeleteChatNotificationInfo(
	ChatNotificationInfo notificationObj
)

Parameters

notificationObj
Type: CMS.ChatChatNotificationInfo
Chat notification to be deleted.
See Also