Table of Contents

Class GroupPolicyFolderOptionCollection

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

Represents a collection of Active Directory Group Policy folder option.

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

Constructors

GroupPolicyFolderOptionCollection()

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

public GroupPolicyFolderOptionCollection()

Methods

ExistsByIdentifier(Guid)

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

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

bool

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

FindByIdentifier(Guid)

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

public GroupPolicyFolderOptionBase FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

GroupPolicyFolderOptionBase

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

Sort()

Sorts the values in the collection.

public void Sort()