ImportProviderGetTargetPath Method (SiteImportSettings, String) |
Gets real target path
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static string GetTargetPath(
SiteImportSettings settings,
string originalPath
)
Parameters
- settings
- Type: CMS.CMSImportExportSiteImportSettings
Import settings - originalPath
- Type: SystemString
Original target path
Return Value
Type:
StringSee Also