Click or drag to resize
IChatServiceDeclineInvitation Method
Declines invitation: - closes specified notification - sends notification to sender about declining invite

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse DeclineInvitation(
	int notificationID
)

Parameters

notificationID
Type: SystemInt32
Notification (invitation) ID

Return Value

Type: ChatGeneralResponse
General response
See Also