Table of Contents

Class ActiveDirectoryDfsReplicatedFolderCollection

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 ActiveDirectoryDfsReplicatedFolderCollection : Collection<ActiveDirectoryDfsReplicatedFolder>, IList<ActiveDirectoryDfsReplicatedFolder>, ICollection<ActiveDirectoryDfsReplicatedFolder>, IList, ICollection, IReadOnlyList<ActiveDirectoryDfsReplicatedFolder>, IReadOnlyCollection<ActiveDirectoryDfsReplicatedFolder>, IEnumerable<ActiveDirectoryDfsReplicatedFolder>, IEnumerable
Inheritance
ActiveDirectoryDfsReplicatedFolderCollection
Implements
Inherited Members

Constructors

ActiveDirectoryDfsReplicatedFolderCollection()

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

public ActiveDirectoryDfsReplicatedFolderCollection()

Methods

Exists(Guid)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicatedFolder 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.ActiveDirectoryDfsReplicatedFolder to locate.

Returns

bool

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

FindByIdentifier(Guid)

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

public ActiveDirectoryDfsReplicatedFolder FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

ActiveDirectoryDfsReplicatedFolder

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

Sort()

Sorts the objects in the collection.

public void Sort()