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
SelectedFileSystemObject
Gets the currently selected file or folder.
Declaration
FileSystemInfoWrapper SelectedFileSystemObject { get; }
Property Value
Methods
CreateNewChildFolder()
Creates new child folder of the Current
Declaration
bool CreateNewChildFolder()
Returns
System.
|