ClearAllAsync Method
Overloads
| ClearAllAsync(Boolean, String) | 
             Clear selections in fields for current state. Locked fields are not cleared by default.  | 
        
      
    |
| ClearAllAsync(AsyncHandle, Boolean, String) | 
             Clear selections in fields for current state. Locked fields are not cleared by default.  | 
        
      
    
ClearAllAsync(Boolean, String)
Clear selections in fields for current state. Locked fields are not cleared by default.
Declaration
      Task ClearAllAsync([QixName("qLockedAlso")] bool lockedAlso = false, [QixName("qStateName")] string stateName = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | lockedAlso | 
           When true, clears the selection for locked fields.  | 
      
| System.String | stateName | 
           Alternate state name. When set, applies to alternate state instead of current  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
ClearAllAsync(AsyncHandle, Boolean, String)
Clear selections in fields for current state. Locked fields are not cleared by default.
Declaration
      Task ClearAllAsync(AsyncHandle asyncHandle, [QixName("qLockedAlso")] bool lockedAlso = false, [QixName("qStateName")] string stateName = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Boolean | lockedAlso | 
           When true, clears the selection for locked fields.  | 
      
| System.String | stateName | 
           Alternate state name. When set, applies to alternate state instead of current  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |