Table of Contents

Class ActiveDirectoryGroupPolicyLinkCollection

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

Represents a collection of Active Directory Group Policy links.

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

Constructors

ActiveDirectoryGroupPolicyLinkCollection()

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

public ActiveDirectoryGroupPolicyLinkCollection()

Methods

Exists(string)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink with the specified GPO display name exists within the collection.

public bool Exists(string gpoDisplayName)

Parameters

gpoDisplayName string

The GPO display name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink with the specified GPO display name exists within the collection.

ExistsByIdentifier(Guid)

Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink with the specified unique identifier exists within the collection.

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink to locate.

Returns

bool

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

FindByGpoDisplayName(string)

Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLinkCollection with links that reference the GPO with the specified display name.

public ActiveDirectoryGroupPolicyLinkCollection FindByGpoDisplayName(string gpoDisplayName)

Parameters

gpoDisplayName string

The GPO display name to locate.

Returns

ActiveDirectoryGroupPolicyLinkCollection

A CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLinkCollection with links that reference the GPO with the specified display name.

FindByIdentifier(Guid)

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

public ActiveDirectoryGroupPolicyLink FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink to locate.

Returns

ActiveDirectoryGroupPolicyLink

The CENTREL.XIA.Configuration.Types.ActiveDirectoryGroupPolicyLink with the specified unique identifier.

Sort()

Sorts the values in the collection.

public void Sort()

ToGpoDisplayNames()

Converts the Group Policy links to their Group Policy object display names.

public SerializableStringCollection ToGpoDisplayNames()

Returns

SerializableStringCollection

The Group Policy links to their Group Policy object display names.