TranslationHelperRegisterRecord Method (BaseInfo) |
Registers the record for object ID within given translation table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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