Click or drag to resize
AbstractStorageProviderGetVirtualPhysicalPath Method
Maps target file system path to virtual path. Remaps only paths inside the web application path structure.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static string GetVirtualPhysicalPath(
	AbstractStorageProvider provider,
	string targetPath
)

Parameters

provider
Type: CMS.IOAbstractStorageProvider
Storage provider
targetPath
Type: SystemString
Target path

Return Value

Type: String
See Also