TranslationHelperRegisterRecord Method (Int32, TranslationParameters, String) |
Registers the record within given translation table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void RegisterRecord(
int id,
TranslationParameters parameters,
string info = null
)
Parameters
- id
- Type: SystemInt32
Object ID - parameters
- Type: CMS.DataEngineTranslationParameters
Translation record values - info (Optional)
- Type: SystemString
Additional record info
Remarks
If there was already a record registered for the given object with id and the parameters are different,
the old record is replaced with the new values.
See Also