Click or drag to resize
AbstractImportExportSettings.mSelectedGlobalObjectsHashtable Field
Hashtable with lists of global selected objects [ObjectType.ToLowerCSafe()] -> [List of code names]

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax
C#
protected SafeDictionary<string, List<string>> mSelectedGlobalObjectsHashtable

Field Value

Type: SafeDictionary<String, List<String>>
See Also