Click or drag to resize
FileBrowserContentProviderResolveRootDirectoryAsList Method

Note: This API is now obsolete.

Resolves a root directory with the given path in list 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
[ObsoleteAttribute("This method is no longer used. Only Tree display mode is supported.")]
public virtual DirectoryItem[] ResolveRootDirectoryAsList(
	string path
)

Parameters

path
Type: SystemString
The virtual path of the directory.

Return Value

Type: DirectoryItem
A DirectoryItem array, containing the root directory and all child directories.
See Also