Click or drag to resize
FileBrowserContentProviderGetPath Method
Gets the virtual path of the item with the given url.

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract string GetPath(
	string url
)

Parameters

url
Type: SystemString
The url of the item.

Return Value

Type: String
String containing the path of the item.
See Also