Click or drag to resize
ChatUserInfoProviderDeleteChatUserInfo Method (ChatUserInfo)
Deletes specified chat user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public static void DeleteChatUserInfo(
	ChatUserInfo userObj
)

Parameters

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