Click or drag to resize
GenericObjectClearSelectionsAsync Method (AsyncHandle, String, IEnumerableInt32)

Clears the selections in a dimension of a visualization.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task ClearSelectionsAsync(
	AsyncHandle asyncHandle,
	string path,
	IEnumerable<int> colIndices = null
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
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.

Return Value

Type: Task

Implements

IGenericObjectClearSelectionsAsync(AsyncHandle, String, IEnumerableInt32)
See Also