Class
ShellNetworkRootDirectory

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: IDisposableINotifyPropertyChanged

Inherited Members DirectoryBaseWrapper.ChildDirectoriesDirectoryBaseWrapper.IsExpandedDirectoryBaseWrapper.CanExpandDirectoryBaseWrapper.IsInEditModeDirectoryBaseWrapper.SizeFileSystemInfoWrapper.Equals(object)FileSystemInfoWrapper.GetHashCode()FileSystemInfoWrapper.DateCreatedFileSystemInfoWrapper.TypeTextFileSystemInfoWrapper.IsShortcutFileSystemInfoWrapper.ShortcutLocationFileSystemInfoWrapper.SmallImageFileSystemInfoWrapper.MediumImageFileSystemInfoWrapper.LargeImageFileSystemInfoWrapper.ExtraLargeImageFileSystemInfoWrapper.LabelFileSystemInfoWrapper.IsSelectedFileSystemInfoWrapper.IsCutFileSystemInfoWrapper.IsCutFromTreeViewFileSystemInfoWrapper.IsHiddenFileSystemInfoWrapper.IsSystemHiddenActualFileSystemInfoWrapper.LastWriteTimeFileSystemInfoWrapper.SortOrderViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Properties

Children

Gets the child FileSystemInfoWrappers.

Declaration

cs-api-definition
public override ObservableCollection<FileSystemInfoWrapper> Children { get; }

Property Value

ObservableCollection<FileSystemInfoWrapper>

Overrides DirectoryBaseWrapper.Children

Name

Gets the selected file name, excluding the path.

Declaration

cs-api-definition
public override string Name { get; set; }

Property Value

string

Overrides FileSystemInfoWrapper.Name

Parent

Gets the parent DirectoryBaseWrapper.

Declaration

cs-api-definition
public override DirectoryBaseWrapper Parent { get; }

Property Value

DirectoryBaseWrapper

Overrides DirectoryBaseWrapper.Parent

Path

Gets the selected file name, including the path.

Declaration

cs-api-definition
public override string Path { get; set; }

Property Value

string

Overrides FileSystemInfoWrapper.Path

In this article
DefinitionPropertiesChildrenNameParentPath
Not finding the help you need?
Contact Support