Table of Contents

Class GroupPolicyWindowsRegistryExtension

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

Represents an Active Directory Group Policy Windows registry extension.

public class GroupPolicyWindowsRegistryExtension : GroupPolicyExtension, IComparable<GroupPolicyExtension>
Inheritance
GroupPolicyWindowsRegistryExtension
Implements
Inherited Members

Constructors

GroupPolicyWindowsRegistryExtension()

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

public GroupPolicyWindowsRegistryExtension()

Properties

RegistryCollections

Gets or sets the configured registry collections.

public GroupPolicyWindowsRegistryCollectionItems RegistryCollections { get; set; }

Property Value

GroupPolicyWindowsRegistryCollectionItems

RegistryItems

Gets or sets the configured registry items.

public GroupPolicyWindowsRegistryItems RegistryItems { get; set; }

Property Value

GroupPolicyWindowsRegistryItems

Methods

FindWindowsRegistryCollectionItemByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.GroupPolicyWindowsRegistryCollectionItem with the specified identifier regardless of the collection where the CENTREL.XIA.Configuration.Types.GroupPolicyWindowsRegistryCollectionItem resides.

public GroupPolicyWindowsRegistryCollectionItem FindWindowsRegistryCollectionItemByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

GroupPolicyWindowsRegistryCollectionItem

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

FindWindowsRegistryItemByIdentifier(Guid)

Returns the Group Policy Windows registry item with the specified identifier regardless of the collection where the Windows registry item resides.

public GroupPolicyWindowsRegistryItem FindWindowsRegistryItemByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the Group Policy Windows registry item to locate.

Returns

GroupPolicyWindowsRegistryItem

The Group Policy Windows registry item with the specified identifier.