GetRTISwitchThreshold function
Syntax
GetRTISwitchThreshold(search definition)
Description
Use the GetRTISwitchThreshold function to return the document count specified as the threshold for a search definition on the Configure Real Time Indexing page.
Parameters
| Parameter | Description |
|---|---|
|
search definition |
Specify the search definition for which you want to obtain the document count as a String value. |
Returns
The document count as an integer. Returns -1 for failure.
Example
Local integer &x2 = GetRTISwitchThreshold("EP_AP_VENDOR");
WinMessage(&x2, 0);