Click or drag to resize
ChatPopupWindowSettingsHelperStore Method
Stores settings in DB and cache for further use.

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

Parameters

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: Int32
Hash code required to retrieve stored settings.
See Also