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: 8.2.23
Syntax
C#
public static void SafeDelete(
	int roomID
)

Parameters

roomID
Type: SystemInt32
RoomID to delete
See Also