Table of Contents

Class ActiveDirectoryDfsNamespaceCollection

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

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

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

Constructors

ActiveDirectoryDfsNamespaceCollection()

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

public ActiveDirectoryDfsNamespaceCollection()

Methods

Exists(string)

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

public bool Exists(string name)

Parameters

name string

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

Returns

bool

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

FindByName(string)

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

public ActiveDirectoryDfsNamespace FindByName(string name)

Parameters

name string

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

Returns

ActiveDirectoryDfsNamespace

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

Sort()

Sorts the values in the collection.

public void Sort()