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
      public 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. | 
Implements
Remarks
This method applies to list objects (objects with one dimension).