Class ActiveDirectoryDfsServerCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory distributed file system (DFS) servers.
public class ActiveDirectoryDfsServerCollection : Collection<ActiveDirectoryDfsServer>, IList<ActiveDirectoryDfsServer>, ICollection<ActiveDirectoryDfsServer>, IList, ICollection, IReadOnlyList<ActiveDirectoryDfsServer>, IReadOnlyCollection<ActiveDirectoryDfsServer>, IEnumerable<ActiveDirectoryDfsServer>, IEnumerable
- Inheritance
-
ActiveDirectoryDfsServerCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryDfsServerCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServerCollection class.
public ActiveDirectoryDfsServerCollection()
Methods
Exists(Guid)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer with the specified unique identifier exists within the collection.
public bool Exists(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer with the specified unique identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer with that unique identifier is found.
public ActiveDirectoryDfsServer FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer to locate.
Returns
- ActiveDirectoryDfsServer
The CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsServer with the specified unique identifier.
Sort()
Sorts the values in the collection.
public void Sort()