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