Click or drag to resize
FileBrowserContentProviderResolveRootDirectoryAsTree Method
Resolves a root directory with the given path in tree mode.

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

Parameters

path
Type: SystemString
The virtual path of the directory.

Return Value

Type: DirectoryItem
A DirectoryItem, containing the root directory.
See Also