Class GroupPolicyExtensionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy extensions.
public class GroupPolicyExtensionCollection : Collection<GroupPolicyExtension>, IList<GroupPolicyExtension>, ICollection<GroupPolicyExtension>, IList, ICollection, IReadOnlyList<GroupPolicyExtension>, IReadOnlyCollection<GroupPolicyExtension>, IEnumerable<GroupPolicyExtension>, IEnumerable
- Inheritance
-
GroupPolicyExtensionCollection
- Implements
- Inherited Members
Constructors
GroupPolicyExtensionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyExtensionCollection class.
public GroupPolicyExtensionCollection()
Methods
ExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether an extension with the specified identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- bool
A System.Boolean value that indicates whether an extension with the specified identifier exists within the collection.
ExistsByType(Type)
Returns a System.Boolean value that indicates whether an extension of the specified type exists within the collection.
public bool ExistsByType(Type type)
Parameters
type
TypeThe type of CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- bool
A System.Boolean value that indicates whether an extension of the specified type exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyExtension with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyExtension with that identifier is found.
public GroupPolicyExtension FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- GroupPolicyExtension
The CENTREL.XIA.Configuration.Types.GroupPolicyExtension with the specified identifier.
FindByType(Type)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyExtension of the specified type, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyExtension with that type is found.
public GroupPolicyExtension FindByType(Type type)
Parameters
type
TypeThe type of CENTREL.XIA.Configuration.Types.GroupPolicyExtension to locate.
Returns
- GroupPolicyExtension
The CENTREL.XIA.Configuration.Types.GroupPolicyExtension of the specified name.
Sort()
Sorts the values in the collection.
public void Sort()