| URLHelperUnMapPath Method | 
            Converts the physical file path to virtual path within the web application.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string UnMapPath(
	string physicalPath
)
Parameters
- physicalPath
- Type: SystemString
 Physical path to convert
Return Value
Type: 
String See Also
See Also