| IChatServiceDeclineInvitation Method  | 
            Declines invitation:
             - closes specified notification
             - sends notification to sender about declining invite
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
SyntaxChatGeneralResponse DeclineInvitation(
	int notificationID
)
Parameters
- notificationID
 - Type: SystemInt32
Notification (invitation) ID 
Return Value
Type: 
ChatGeneralResponseGeneral response
See Also