Click or drag to resize
HierarchyHelperAddTranslation Method
Adds given ID into the translation table to correct list according to objectType

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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