Table of Contents

Class GroupPolicyPrinterCollection

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

Represents a collection of Active Directory Group Policy printers.

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

Constructors

GroupPolicyPrinterCollection()

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

public GroupPolicyPrinterCollection()

Methods

ExistsByIdentifier(Guid)

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

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

bool

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

FindByIdentifier(Guid)

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

public GroupPolicyPrinterBase FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

GroupPolicyPrinterBase

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

Sort()

Sorts the values in the collection.

public void Sort()