API Reference
Class
AdmxCategoryPathBuilder
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
- Compiled ADMX document containing the string table (for best-effort resolution).
- category ADPlayground.Gpo.GpoLocal.CategoryInfo
- Category node (may be null).
- separator System.Char
- Path separator used when joining category parts (defaults to backslash).
Returns
Joined category path or null when category is null.