Click or drag to resize
FileBrowserContentProviderGetFile Method
Gets a read only Stream for accessing the file 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 Stream GetFile(
	string url
)

Parameters

url
Type: SystemString
The url of the file.

Return Value

Type: Stream
Stream for accessing the contents of the file item with the given url.
See Also