ChatNotificationInfoProviderGetChatNotificationInfoInternal Method |
Returns chat notification with specified ID.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax protected virtual ChatNotificationInfo GetChatNotificationInfoInternal(
int notificationId
)
Parameters
- notificationId
- Type: SystemInt32
Chat notification ID.
Return Value
Type:
ChatNotificationInfoSee Also