Table of Contents

Class GroupPolicyWindowsRegistryCollectionItemCollection

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

Represents a collection of Active Directory Group Policy registry collection items.

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

Constructors

GroupPolicyWindowsRegistryCollectionItemCollection()

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

public GroupPolicyWindowsRegistryCollectionItemCollection()

Methods

ExistsByIdentifier(Guid)

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

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

bool

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

FindByIdentifier(Guid)

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

public GroupPolicyWindowsRegistryCollectionItem FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

GroupPolicyWindowsRegistryCollectionItem

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

Sort()

Sorts the values in the collection.

public void Sort()