ChatPopupWindowSettingsHelperStore Method |
Stores settings in DB and cache for further use.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
Int32Hash code required to retrieve stored settings.
See Also