Click or drag to resize
ChatRoomInfoProviderSafeDelete Method
Marks room to be deleted. Sets ChatRoomScheduledToDelete.

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

Parameters

roomID
Type: SystemInt32
RoomID to delete
See Also