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