TestimoX

API Reference

Class

AdmxCategoryPathBuilder

Namespace ADPlayground.Gpo.GpoLocal

Builds a stable, display-friendly category path for an ADMX category node by walking its parent chain.

Inheritance

  • Object
  • AdmxCategoryPathBuilder

Methods

Build(ADPlayground.Gpo.GpoLocal.AdmxDocument document, ADPlayground.Gpo.GpoLocal.CategoryInfo category, System.Char separator) #

Builds a category path (e.g., Windows Components\BitLocker Drive Encryption) for the provided category node.

Parameters

document ADPlayground.Gpo.GpoLocal.AdmxDocument required
Compiled ADMX document containing the string table (for best-effort resolution).
category ADPlayground.Gpo.GpoLocal.CategoryInfo required
Category node (may be null).
separator System.Char required
Path separator used when joining category parts (defaults to backslash).

Returns

Joined category path or null when category is null.