Click or drag to resize
TranslationHelperRegisterRecord Method (String, Int32, String, Int32)

Note: This API is now obsolete.

Registers the record within given translation table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use RegisterRecord(int id, TranslationParameters parameters, string info) method instead")]
public void RegisterRecord(
	string objectType,
	int id,
	string codeName,
	int groupId
)

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
Object ID
codeName
Type: SystemString
Object code name
groupId
Type: SystemInt32
Group ID
See Also