UnApproveAsync Method
Overloads
| UnApproveAsync() | Removes the generic object from the list of approved objects | |
| UnApproveAsync(AsyncHandle) | Removes the generic object from the list of approved objects | 
UnApproveAsync()
Removes the generic object from the list of approved objects
Declaration
      Task UnApproveAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
This operation is possible only in Qlik Sense Enterprise.
UnApproveAsync(AsyncHandle)
Removes the generic object from the list of approved objects
Declaration
      Task UnApproveAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Remarks
This operation is possible only in Qlik Sense Enterprise.