AbstractStorageProviderGetVirtualPhysicalPath Method |
Maps target file system path to virtual path. Remaps only paths inside the web application path structure.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static string GetVirtualPhysicalPath(
AbstractStorageProvider provider,
string targetPath
)
Parameters
- provider
- Type: CMS.IOAbstractStorageProvider
Storage provider - targetPath
- Type: SystemString
Target path
Return Value
Type:
StringSee Also