Click or drag to resize
ChatRoomUserInfoProviderDeleteChatRoomUser Method (Int32)
Deletes chat room user with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void DeleteChatRoomUser(
	int userId
)

Parameters

userId
Type: SystemInt32
Chat room user ID.
See Also