| TranslationHelperAddIDTranslation Method  | 
            Adds the ID translation to the translation table.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic 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