Table of Contents

Class ActiveDirectoryDfs

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

Represents a collection of Active Directory domain controllers.

public class ActiveDirectoryDfs : BaseTypeSection
Inheritance
ActiveDirectoryDfs

Constructors

ActiveDirectoryDfs()

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

public ActiveDirectoryDfs()

Properties

DfsFolderTargets

Gets all DFS folder targets regardless of the folder to which the folder target belongs.

public ActiveDirectoryDfsFolderTargetCollection DfsFolderTargets { get; }

Property Value

ActiveDirectoryDfsFolderTargetCollection

DfsFolders

Gets all DFS folders regardless of the namespace to which the folder belongs.

public ActiveDirectoryDfsFolderCollection DfsFolders { get; }

Property Value

ActiveDirectoryDfsFolderCollection

DfsNamespaces

Gets or sets the configured namespaces.

public ActiveDirectoryDfsNamespaces DfsNamespaces { get; set; }

Property Value

ActiveDirectoryDfsNamespaces

DfsReplicatedFolders

Gets all DFS replicated folders regardless of the replication group to which the replicated folder belongs.

public ActiveDirectoryDfsReplicatedFolderCollection DfsReplicatedFolders { get; }

Property Value

ActiveDirectoryDfsReplicatedFolderCollection

DfsReplicationConnections

Gets all DFS replication connections regardless of the replication group to which the replication connection belongs.

public ActiveDirectoryDfsReplicationConnectionCollection DfsReplicationConnections { get; }

Property Value

ActiveDirectoryDfsReplicationConnectionCollection

DfsReplicationGroups

Gets or sets the configured replication groups.

public ActiveDirectoryDfsReplicationGroups DfsReplicationGroups { get; set; }

Property Value

ActiveDirectoryDfsReplicationGroups

DfsReplicationMembers

Gets all DFS replication members regardless of the replication group to which the replication member belongs.

public ActiveDirectoryDfsReplicationMemberCollection DfsReplicationMembers { get; }

Property Value

ActiveDirectoryDfsReplicationMemberCollection

DfsReplicationMemberships

Gets all DFS replication memberships regardless of the replication group or member to which the replication membership belongs.

public ActiveDirectoryDfsReplicationMembershipCollection DfsReplicationMemberships { get; }

Property Value

ActiveDirectoryDfsReplicationMembershipCollection

DfsServers

Gets all DFS servers regardless of the namespace to which the server belongs.

public ActiveDirectoryDfsServerCollection DfsServers { get; }

Property Value

ActiveDirectoryDfsServerCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfs class from the specified XML.

public static ActiveDirectoryDfs FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectoryDfs

A CENTREL.XIA.Configuration.Types.ActiveDirectoryDfs class.