ChatNotificationInfoProviderDeleteChatNotificationInfo Method (Int32) |
Deletes chat notification with specified ID.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static void DeleteChatNotificationInfo(
int notificationId
)
Parameters
- notificationId
- Type: SystemInt32
Chat notification ID.
See Also