Click or drag to resize
ChatPopupWindowSettingsInfoProviderDeleteChatPopupWindowSettings Method (Int32)
Deletes popup window settings with specified ID.

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

Parameters

settingsId
Type: SystemInt32
Popup window settings ID.
See Also