ImportProviderGetTargetPath Method (SiteImportSettings, String, Boolean) |
Gets real target path
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 12.0.0
Syntax public static string GetTargetPath(
SiteImportSettings settings,
string originalPath,
bool includeSeparateFolder
)
Parameters
- settings
- Type: CMS.CMSImportExportSiteImportSettings
Import settings - originalPath
- Type: SystemString
Original target path - includeSeparateFolder
- Type: SystemBoolean
Indicates if path should be combined with separate folder
Return Value
Type:
StringSee Also