Table of Contents

Class GroupPolicyDriveMapCollection

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

Represents a collection of Active Directory Group Policy drive maps.

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

Constructors

GroupPolicyDriveMapCollection()

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

public GroupPolicyDriveMapCollection()

Methods

ExistsByIdentifier(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyDriveMap with the specified identifier exists within the collection.

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyDriveMap to locate.

Returns

bool

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

FindByIdentifier(Guid)

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

public GroupPolicyDriveMap FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyDriveMap to locate.

Returns

GroupPolicyDriveMap

The CENTREL.XIA.Configuration.Types.GroupPolicyDriveMap with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()