AcceptListObjectSearchAsync Method
Overloads
| AcceptListObjectSearchAsync(String, Boolean, Boolean) | Accept the results of a search in a list object. The search results become selected in the field. | |
| AcceptListObjectSearchAsync(AsyncHandle, String, Boolean, Boolean) | Accept the results of a search in a list object. The search results become selected in the field. | 
AcceptListObjectSearchAsync(String, Boolean, Boolean)
Accept the results of a search in a list object. The search results become selected in the field.
Declaration
      public Task AcceptListObjectSearchAsync([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. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
This method applies to list objects (objects with one dimension).
AcceptListObjectSearchAsync(AsyncHandle, String, Boolean, Boolean)
Accept the results of a search in a list object. The search results become selected in the field.
Declaration
      public Task AcceptListObjectSearchAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qToggleMode")] bool toggleMode, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| 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. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
Remarks
This method applies to list objects (objects with one dimension).