Table of Contents

Class ActiveDirectoryDfsReplicatedFolders

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory distributed file system (DFS) replicated folders.

public class ActiveDirectoryDfsReplicatedFolders : BaseTypeSection
Inheritance
ActiveDirectoryDfsReplicatedFolders

Constructors

ActiveDirectoryDfsReplicatedFolders()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolders class.

public ActiveDirectoryDfsReplicatedFolders()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryDfsReplicatedFolderCollection Items { get; set; }

Property Value

ActiveDirectoryDfsReplicatedFolderCollection

Methods

ToString()

Returns the Active Directory distributed file system (DFS) replicated folders as a human readable string.

public override string ToString()

Returns

string

The Active Directory distributed file system (DFS) replicated folders as a human readable string.