Interface
ICurrentDirectoryViewModel

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

DirectoryBaseWrapper

SelectedFileSystemObject

Gets the currently selected file or folder.

Declaration

cs-api-definition
FileSystemInfoWrapper SelectedFileSystemObject { get; }

Property Value

FileSystemInfoWrapper

Methods

CreateNewChildFolder()

Creates new child folder of the CurrentParentDirectory

Declaration

cs-api-definition
bool CreateNewChildFolder()

Returns

bool