Table of Contents

Class GroupPolicyUnmanagedRegistryPolicyCollection

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

Represents a collection of unmanaged registry policies.

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

Constructors

GroupPolicyUnmanagedRegistryPolicyCollection()

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

public GroupPolicyUnmanagedRegistryPolicyCollection()

Properties

KeyPaths

Gets the key paths in the unmanaged registry policies.

[Browsable(false)]
public SerializableStringCollection KeyPaths { get; }

Property Value

SerializableStringCollection

Methods

FindByKeyPath(string)

Returns a CENTREL.XIA.Configuration.Types.GroupPolicyUnmanagedRegistryPolicyCollection containing the unmanaged registry policies with the specified key path.

public GroupPolicyUnmanagedRegistryPolicyCollection FindByKeyPath(string keyPath)

Parameters

keyPath string

The name of the unmanaged registry policies to locate.

Returns

GroupPolicyUnmanagedRegistryPolicyCollection

A CENTREL.XIA.Configuration.Types.GroupPolicyUnmanagedRegistryPolicyCollection containing the unmanaged registry policies.

Sort()

Sorts the values in the collection.

public void Sort()