Class ShellNetworkRootDirectory
Class which represents the root node of the network. It is responsible for reloading network PCs.
Inheritance
System.Object
ShellNetworkRootDirectory
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class ShellNetworkRootDirectory : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Properties
Children
Gets the child File
Declaration
public override ObservableCollection<FileSystemInfoWrapper> Children { get; }
Property Value
System.
|
Overrides
Name
Gets the selected file name, excluding the path.
Declaration
public override string Name { get; set; }
Property Value
System.
|
Overrides
Parent
Gets the parent Directory
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
Overrides
Path
Gets the selected file name, including the path.
Declaration
public override string Path { get; set; }
Property Value
System.
|