Click or drag to resize
ImportConverterNamespaces Property
Set of namespaces conversions. [version] -> [[old_namespace] -> [new_namespace]]

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static Dictionary<string, KeyValuePair<string, string>> Namespaces { get; }

Property Value

Type: DictionaryString, KeyValuePairString, String
See Also