Click or drag to resize
TranslationHelperAddIDTranslation Method
Adds the ID translation to the translation table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public void AddIDTranslation(
	string objectType,
	int oldId,
	int newId,
	int newGroupId
)

Parameters

objectType
Type: SystemString
Object type
oldId
Type: SystemInt32
Old ID
newId
Type: SystemInt32
New ID
newGroupId
Type: SystemInt32
New group ID
See Also