Click or drag to resize
ChatPopupWindowSettingsInfoProviderGetChatPopupWindowSettings Method
Returns popup window settings with specified ID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static ChatPopupWindowSettingsInfo GetChatPopupWindowSettings(
	int settingsId
)

Parameters

settingsId
Type: SystemInt32
Popup window settings ID.

Return Value

Type: ChatPopupWindowSettingsInfo
See Also