New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Constructors

Initializes a new instance of the ServerDirectory class.

C#
public ServerDirectory(FileSystemInfoWrapperFactoryBase factory, DirectoryBaseWrapper parent)
Parameters:factoryFileSystemInfoWrapperFactoryBase

FileFactory for creating child DirectoryInfoWrapperinstances.

parentDirectoryBaseWrapper

The parent DirectoryBaseWrapper.

Properties

Gets the parent DirectoryBaseWrapper.

C#
public override DirectoryBaseWrapper Parent { get; }

Overrides: DirectoryBaseWrapper.Parent

Gets the type of file as descriptive text.

C#
public override string TypeText { get; }

Overrides: FileSystemInfoWrapper.TypeText