TestimoX

API Reference

Class

CategoryInfo

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a single ADMX category.

Inheritance

  • Object
  • CategoryInfo

Constructors

public CategoryInfo(String name, String displayName) #

Initializes a new instance of the CategoryInfo class.

Parameters

name System.String requiredposition: 0
Internal category name.
displayName System.String requiredposition: 1
Localized display name.

Properties

public String Name { get; } #

Gets the internal category name.

public String DisplayName { get; } #

Gets the localized display name.

public CategoryInfo Parent { get; set; } #

Gets the parent category if one exists.

public IReadOnlyList<CategoryInfo> Children { get; } #

Gets the child categories.