Click or drag to resize
ImportExportHelperGetExportFilePath Method
Returns the real file path for the specified path.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string GetExportFilePath(
	string filePath
)

Parameters

filePath
Type: SystemString
File path

Return Value

Type: String
See Also