 | LookupListHandlerE, SQueryData Method |
Perform the query against whatever API needed, and return the resultset.
For each Dictionary in the list,
Value should have non-empty and unique value. Hierarchical lists
are build by having
ParentValue that matches some other Dictionary's
Value.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract List<Dictionary<LookupListSettingsLookupListField, string>> QueryData(
S settings,
bool bAllowDialogs,
long lHwnd
)
Protected MustOverride Function QueryData (
settings As S,
bAllowDialogs As Boolean,
lHwnd As Long
) As List(Of Dictionary(Of LookupListSettingsLookupListField, String))
Parameters
- settings S
- Settings object
- bAllowDialogs Boolean
- true to allow dialogs such as progress bars or login windows. False to work silently.
- lHwnd Int64
- Window handle if there's a parent dialog. Can be zero. Should not be used for anything if bAllowDialogs is false.
Return Value
ListDictionaryLookupListSettingsLookupListField,
String
See Also