Click or drag to resize

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.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract List<Dictionary<LookupListSettingsLookupListField, string>> QueryData(
	S settings,
	bool bAllowDialogs,
	long lHwnd
)

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