Table of Contents

Class ActiveDirectoryDfsFolderCollection

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

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

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

Constructors

ActiveDirectoryDfsFolderCollection()

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

public ActiveDirectoryDfsFolderCollection()

Methods

ExistsByPath(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder with the specified path exists within the collection.

public bool ExistsByPath(string path)

Parameters

path string

The path of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder to locate.

Returns

bool

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

FindByPath(string)

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

public ActiveDirectoryDfsFolder FindByPath(string path)

Parameters

path string

The path of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder to locate.

Returns

ActiveDirectoryDfsFolder

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsFolder with the specified path.

Sort()

Sorts the values in the collection.

public void Sort()