Class GroupPolicyObjectCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Group Policy objects.
public class GroupPolicyObjectCollection : Collection<GroupPolicyObject>, IList<GroupPolicyObject>, ICollection<GroupPolicyObject>, IList, ICollection, IReadOnlyList<GroupPolicyObject>, IReadOnlyCollection<GroupPolicyObject>, IEnumerable<GroupPolicyObject>, IEnumerable
- Inheritance
-
GroupPolicyObjectCollection
- Implements
- Inherited Members
Constructors
GroupPolicyObjectCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyObjectCollection class.
public GroupPolicyObjectCollection()
Methods
FindByDisplayName(string)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyObject with the specified display name, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyObject with that display name is found.
public GroupPolicyObject FindByDisplayName(string displayName)
Parameters
displayName
stringThe display name of the CENTREL.XIA.Configuration.Types.GroupPolicyObject to locate.
Returns
- GroupPolicyObject
The CENTREL.XIA.Configuration.Types.GroupPolicyObject with the specified display name.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyObject with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyObject with that unique identifier is found.
public GroupPolicyObject FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyObject to locate.
Returns
- GroupPolicyObject
The CENTREL.XIA.Configuration.Types.GroupPolicyObject with the specified unique identifier.
Sort()
Sorts the values in the collection.
public void Sort()