AdvRegistry Component (GetAll Method)
Back
Branch
Required.
The name of the registry branch containing the keys or values you want to access
Type
Any
String
DWORD
Key
Optional.
The type of data you want to access:
String -- Return string values (
default
).
DWORD -- Return DWORD values.
Key -- Return keys.
Any -- Return keys and values
Sort
Entry Ascending
Entry Descending
Type Ascending
Type Descending
Value Ascending
Value Descending
Optional.
Optional. Sorts query column data (case-insensitive). Sorts on Entry, Type, and Value columns as text. ASC (ascending) or DESC (descending) can be specified as qualifiers for column names. Entry Ascending is the default.