Click or drag to resize
AbstractStorageProviderGetTargetPhysicalPath Method
Maps virtual file system path to the target one. 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 GetTargetPhysicalPath(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
Virtual path

Return Value

Type: String
See Also