Table of Contents

Class ActiveDirectoryDfsReplicationGroupCollection

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

Represents a collection of Active Directory distributed file system (DFS) replication groups.

public class ActiveDirectoryDfsReplicationGroupCollection : Collection<ActiveDirectoryDfsReplicationGroup>, IList<ActiveDirectoryDfsReplicationGroup>, ICollection<ActiveDirectoryDfsReplicationGroup>, IList, ICollection, IReadOnlyList<ActiveDirectoryDfsReplicationGroup>, IReadOnlyCollection<ActiveDirectoryDfsReplicationGroup>, IEnumerable<ActiveDirectoryDfsReplicationGroup>, IEnumerable
Inheritance
ActiveDirectoryDfsReplicationGroupCollection
Implements
Inherited Members

Constructors

ActiveDirectoryDfsReplicationGroupCollection()

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

public ActiveDirectoryDfsReplicationGroupCollection()

Methods

Exists(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup with the specified name exists within the collection.

public bool Exists(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup with the specified name exists within the collection.

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup with the specified name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup with that name is found.

public ActiveDirectoryDfsReplicationGroup FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup to locate.

Returns

ActiveDirectoryDfsReplicationGroup

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroup with the specified name.

Sort()

Sorts the objects in the collection.

public void Sort()