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

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

Parameters

notificationID
Type: SystemInt32
Notification (invitation) ID

Return Value

Type: ChatGeneralResponse
General response

Implements

IChatServiceDeclineInvitation(Int32)
See Also