Click or drag to resize
ChatPopupWindowSettingsHelperGetPopupWindowSettings Method
Gets popup window settings from cache or database.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatPopupWindowSettingsInfo GetPopupWindowSettings(
	int hashCode
)

Parameters

hashCode
Type: SystemInt32
Hash code of this settings

Return Value

Type: ChatPopupWindowSettingsInfo
Popup window settings
See Also