ICurrentDirectoryViewModel
Interface
Interface that provides information about current drilled directory and currently selected file or folder.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public interface ICurrentDirectoryViewModel
Properties
Gets the currently drilled directory.
C#
DirectoryBaseWrapper CurrentParentDirectory { get; }
Gets the currently selected file or folder.
C#
FileSystemInfoWrapper SelectedFileSystemObject { get; }
Methods
Creates new child folder of the CurrentParentDirectory