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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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,
Int32See Also