InterfaceICurrentDirectoryViewModel
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:
cs-api-definition
public interface ICurrentDirectoryViewModel
Properties
CurrentParentDirectory
Gets the currently drilled directory.
Declaration
cs-api-definition
DirectoryBaseWrapper CurrentParentDirectory { get; }
Property Value
SelectedFileSystemObject
Gets the currently selected file or folder.
Declaration
cs-api-definition
FileSystemInfoWrapper SelectedFileSystemObject { get; }
Property Value
Methods
CreateNewChildFolder()
Creates new child folder of the CurrentParentDirectory