Table of Contents

Class ActiveDirectoryDfsReplicationMemberCollection

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

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

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

Constructors

ActiveDirectoryDfsReplicationMemberCollection()

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

public ActiveDirectoryDfsReplicationMemberCollection()

Methods

Exists(Guid)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember with the specified unique identifier exists within the collection.

public bool Exists(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember with the specified unique identifier exists within the collection.

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationGroupMember with that unique identifier is found.

public ActiveDirectoryDfsReplicationMember FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember to locate.

Returns

ActiveDirectoryDfsReplicationMember

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationMember with the specified unique identifier.

Sort()

Sorts the objects in the collection.

public void Sort()