Interface ICurrentDirectoryViewModel
Interface that provides information about current drilled directory and currently selected file or folder.
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ICurrentDirectoryViewModel
Properties
CurrentParentDirectory
Gets the currently drilled directory.
Declaration
DirectoryBaseWrapper CurrentParentDirectory { get; }
Property Value
DirectoryBaseWrapper
|
SelectedFileSystemObject
Gets the currently selected file or folder.
Declaration
FileSystemInfoWrapper SelectedFileSystemObject { get; }
Property Value
FileSystemInfoWrapper
|
Methods
CreateNewChildFolder()
Creates new child folder of the CurrentParentDirectory
Declaration
bool CreateNewChildFolder()
Returns
System.Boolean
|