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 ServerDirectory class.
Declaration
public ServerDirectory(FileSystemInfoWrapperFactoryBase factory, DirectoryBaseWrapper parent)
Parameters
FileSystemInfoWrapperFactoryBase
factory
FileFactory for creating child DirectoryInfoWrapperinstances. |
DirectoryBaseWrapper
parent
The parent DirectoryBaseWrapper. |
Properties
Parent
Gets the parent DirectoryBaseWrapper.
Declaration
public override DirectoryBaseWrapper Parent { get; }
Property Value
DirectoryBaseWrapper
|
Overrides
TypeText
Gets the type of file as descriptive text.
Declaration
public override string TypeText { get; }
Property Value
System.String
|