Class which represents the root node of the network. It is responsible for reloading network PCs.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ShellNetworkRootDirectory : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFileSystemInfoWrapperDirectoryBaseWrapperShellNetworkRootDirectory
Implements:
Inherited Members
Properties
Gets the child FileSystemInfoWrappers.
C#
public override ObservableCollection<FileSystemInfoWrapper> Children { get; }
Overrides:
Gets the selected file name, excluding the path.
C#
public override string Name { get; set; }
Overrides:
Gets the parent DirectoryBaseWrapper.
C#
public override DirectoryBaseWrapper Parent { get; }
Overrides: