Click or drag to resize
ImportConverterEnsureNamespaceConversion Method
Ensures conversion of namespaces between versions.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static void EnsureNamespaceConversion(
	SiteImportSettings settings,
	string filePath
)

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Site import settings
filePath
Type: SystemString
File path
See Also