Click or drag to resize
ChatNotificationInfoProviderDeleteChatNotificationInfo Method (Int32)
Deletes chat notification with specified ID.

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

Parameters

notificationId
Type: SystemInt32
Chat notification ID.
See Also