Click or drag to resize
ChatPopupWindowSettingsInfoProviderStore Method
Stores popup window settings under specified hash code.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatPopupWindowSettingsInfo Store(
	int hashCode,
	string messageTrans,
	string userTrans,
	string errorTrans,
	string errorClearTrans
)

Parameters

hashCode
Type: SystemInt32
Hash code of this settings.
messageTrans
Type: SystemString
Message transformation setting
userTrans
Type: SystemString
User transformation setting
errorTrans
Type: SystemString
Error transformation setting
errorClearTrans
Type: SystemString
Error clear transformation setting

Return Value

Type: ChatPopupWindowSettingsInfo
Stored settings
See Also