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