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

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

Parameters

roomId
Type: SystemInt32
Chat room ID.
See Also