Click or drag to resize
ChatUserInfoProviderDeleteChatUserInfoInternal Method
Deletes specified chat user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteChatUserInfoInternal(
	ChatUserInfo userObj
)

Parameters

userObj
Type: CMS.ChatChatUserInfo
Chat user to be deleted.
See Also