Click or drag to resize
ChatPopupWindowSettingsInfoProviderDeleteChatPopupWindowSettings Method (ChatPopupWindowSettingsInfo)
Deletes specified popup window settings.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void DeleteChatPopupWindowSettings(
	ChatPopupWindowSettingsInfo settingsObj
)

Parameters

settingsObj
Type: CMS.ChatChatPopupWindowSettingsInfo
Popup window settings to be deleted.
See Also