Click or drag to resize
FileBrowserContentProviderResolveDirectory Method
Resolves a directory with the given path.

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 DirectoryItem ResolveDirectory(
	string path
)

Parameters

path
Type: SystemString
The virtual path of the directory.

Return Value

Type: DirectoryItem
A DirectoryItem, containing the directory.
Remarks
Used mainly in the Ajax calls.
See Also