Class ServerDirectory
Class representing a server folder - special network folder which contains shared network folders.
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ServerDirectory : DirectoryBaseWrapper, INotifyPropertyChanged, IDisposable
Constructors
ServerDirectory(FileSystemInfoWrapperFactoryBase, DirectoryBaseWrapper)
Initializes a new instance of the Server
Declaration
public ServerDirectory(FileSystemInfoWrapperFactoryBase factory, DirectoryBaseWrapper parent)
Parameters
File FileFactory for creating child Directory |
Directory The parent Directory |
Properties
Parent
Gets the parent Directory
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
Overrides
TypeText
Gets the type of file as descriptive text.
Declaration
public override string TypeText { get; }
Property Value
System.
|