API Reference
Class
AdmxConverter
Converts simplified ADMX policy models to LGPO registry policy items (registry.pol rows).
Inheritance
- Object
- AdmxConverter
Methods
public static LgpoPolItem[] ToLgpoItems(AdmxPolicy policy, Object value, Nullable<Boolean> enabled = null) #Returns:
LgpoPolItem[]Converts a policy to LgpoPolItem[] given a simple scalar value. Supports boolean, decimal (DWORD), text, enum (string or numeric), and list (string[] -> REG_MULTI_SZ). For policies using enabled/disabled lists, enabled selects which list to apply.
Parameters
- policy ComputerX.Admx.AdmxPolicy
- value System.Object
- enabled System.Nullable{System.Boolean} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object