IGenericObjectClearSelectionsAsync Method |
Clears the selections in a dimension of a visualization.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task ClearSelectionsAsync(
string path,
IEnumerable<int> colIndices = null,
AsyncHandle asyncHandle = null
)
Function ClearSelectionsAsync (
path As String,
Optional colIndices As IEnumerable(Of Integer) = Nothing,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- path
- Type: SystemString
Path to the definition of the visualization.
For example, /qListObjectDef. - colIndices (Optional)
- Type: System.Collections.GenericIEnumerableInt32
Array of dimension numbers or indexes. The selections are cleared in the specified dimensions.
Dimension numbers/indexes start from 0.
This parameter is optional. If this parameter is not set, all dimensions are cleared. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also