FileBrowserContentProviderResolveRootDirectoryAsTree Method |
Resolves a root directory with the given path in tree mode.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public abstract DirectoryItem ResolveRootDirectoryAsTree(
string path
)
Public MustOverride Function ResolveRootDirectoryAsTree (
path As String
) As DirectoryItem
public:
virtual DirectoryItem^ ResolveRootDirectoryAsTree(
String^ path
) abstract
abstract ResolveRootDirectoryAsTree :
path : string -> DirectoryItem
Parameters
- path
- Type: SystemString
The virtual path of the directory.
Return Value
Type:
DirectoryItemA DirectoryItem, containing the root directory.
See Also