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