ChatPopupWindowSettingsInfoProviderStore Method |
Stores popup window settings under specified hash code.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax 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:
ChatPopupWindowSettingsInfoStored settings
See Also