Click or drag to resize
TranslationHelperGetNewIDs Method
Gets the dictionary of new IDs for the given list of old IDs [oldId => [ newId, newGroupId ]] Caches the newly retrieved items in the conversion cache

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public SafeDictionary<int, int> GetNewIDs(
	string objectType,
	IEnumerable<int> oldIds,
	int siteId
)

Parameters

objectType
Type: SystemString
Object type
oldIds
Type: System.Collections.GenericIEnumerableInt32
List of old object IDs
siteId
Type: SystemInt32
Target site ID

Return Value

Type: SafeDictionaryInt32, Int32
See Also