Click or drag to resize
ImportProviderGetTargetPath Method (SiteImportSettings, String)
Gets real target path

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

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
originalPath
Type: SystemString
Original target path

Return Value

Type: String
See Also