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 FileSystemInfoWrappers.
Declaration
public override ObservableCollection<FileSystemInfoWrapper> Children { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<FileSystemInfoWrapper>
|
Overrides
Name
Gets the selected file name, excluding the path.
Declaration
public override string Name { get; set; }
Property Value
System.String
|
Overrides
Parent
Gets the parent DirectoryBaseWrapper.
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
DirectoryBaseWrapper
|
Overrides
Path
Gets the selected file name, including the path.
Declaration
public override string Path { get; set; }
Property Value
System.String
|