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