Click or drag to resize
ChatNotificationInfoProviderGetChatNotificationInfo Method
Returns chat notification with specified ID.

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

Parameters

notificationId
Type: SystemInt32
Chat notification ID.

Return Value

Type: ChatNotificationInfo
See Also