Click or drag to resize
TranslationHelperRegisterRecord Method
Registers the record within given translation table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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 already was a record already registered for the given object type id and it differs from the current parameters, the old record is replaced with the new values.
See Also