Click or drag to resize
TranslationHelperRegisterRecord Method (BaseInfo)
Registers the record for object ID within given translation table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void RegisterRecord(
	BaseInfo infoObject
)

Parameters

infoObject
Type: CMS.DataEngineBaseInfo
Object instance for which the object ID will be registered.
Remarks
If there was already a record registered for the given object and the parameters are different, the old record is replaced with the new values.
See Also