Click or drag to resize
TranslationHelperRegisterRecord Method (String, Int32, Guid, String, 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,
	Guid guid,
	string codeName,
	string siteName,
	int parentId,
	string info,
	int groupId
)

Parameters

objectType
Type: SystemString
Object type
id
Type: SystemInt32
Object ID
guid
Type: SystemGuid
Object GUID
codeName
Type: SystemString
Object code name
siteName
Type: SystemString
Site name
parentId
Type: SystemInt32
Parent ID
info
Type: SystemString
Additional record info
groupId
Type: SystemInt32
Group ID
See Also