Click or drag to resize
StorageHelperGetWebApplicationRelativePath Method
Converts the given physical path to an application relative path

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static string GetWebApplicationRelativePath(
	string path
)

Parameters

path
Type: SystemString
Path to convert

Return Value

Type: String
See Also