AcceptListObjectSearch Method
Overloads
AcceptListObjectSearch(String, Boolean, Boolean) |
Accept the results of a search in a list object. The search results become selected in the field. |
AcceptListObjectSearch(String, Boolean, Boolean)
Accept the results of a search in a list object. The search results become selected in the field.
Declaration
void AcceptListObjectSearch([QixName("qPath")] string path, [QixName("qToggleMode")] bool toggleMode, [QixName("qSoftLock")] bool softLock = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the list object.
For example, |
System.Boolean | toggleMode |
Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative. |
System.Boolean | softLock |
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. |
Remarks
This method applies to list objects (objects with one dimension).
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!