Class
ServerDirectory

Class representing a server folder - special network folder which contains shared network folders.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public class ServerDirectory : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseFileSystemInfoWrapperDirectoryBaseWrapperServerDirectory

Implements: IDisposableINotifyPropertyChanged

Inherited Members DirectoryBaseWrapper.ChildDirectoriesDirectoryBaseWrapper.ChildrenDirectoryBaseWrapper.IsExpandedDirectoryBaseWrapper.CanExpandDirectoryBaseWrapper.IsInEditModeDirectoryBaseWrapper.SizeFileSystemInfoWrapper.Equals(object)FileSystemInfoWrapper.GetHashCode()FileSystemInfoWrapper.DateCreatedFileSystemInfoWrapper.IsShortcutFileSystemInfoWrapper.ShortcutLocationFileSystemInfoWrapper.SmallImageFileSystemInfoWrapper.MediumImageFileSystemInfoWrapper.LargeImageFileSystemInfoWrapper.ExtraLargeImageFileSystemInfoWrapper.NameFileSystemInfoWrapper.LabelFileSystemInfoWrapper.IsSelectedFileSystemInfoWrapper.IsCutFileSystemInfoWrapper.IsCutFromTreeViewFileSystemInfoWrapper.IsHiddenFileSystemInfoWrapper.IsSystemHiddenActualFileSystemInfoWrapper.LastWriteTimeFileSystemInfoWrapper.PathFileSystemInfoWrapper.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

Constructors

ServerDirectory(FileSystemInfoWrapperFactoryBase, DirectoryBaseWrapper)

Initializes a new instance of the ServerDirectory class.

Declaration

cs-api-definition
public ServerDirectory(FileSystemInfoWrapperFactoryBase factory, DirectoryBaseWrapper parent)

Parameters

factory

FileSystemInfoWrapperFactoryBase

FileFactory for creating child DirectoryInfoWrapperinstances.

parent

DirectoryBaseWrapper

The parent DirectoryBaseWrapper.

Properties

Parent

Gets the parent DirectoryBaseWrapper.

Declaration

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

Property Value

DirectoryBaseWrapper

Overrides DirectoryBaseWrapper.Parent

TypeText

Gets the type of file as descriptive text.

Declaration

cs-api-definition
public override string TypeText { get; }

Property Value

string

Overrides FileSystemInfoWrapper.TypeText