Click or drag to resize
FileBrowserContentProviderGetFileName Method
Get the name of the file 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 GetFileName(
	string url
)

Parameters

url
Type: SystemString
The url of the file.

Return Value

Type: String
String containing the file name.
See Also