HierarchyHelperAddTranslation Method |
Adds given ID into the translation table to correct list according to objectType
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected static void AddTranslation(
string objectType,
int id,
SafeDictionary<string, List<int>> translationTable
)
Parameters
- objectType
- Type: SystemString
Object type of the object - id
- Type: SystemInt32
ID of the object - translationTable
- Type: CMS.BaseSafeDictionaryString, ListInt32
Translation table
See Also