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

Unlocks the selected values of a generic object if the target (or handle ) is a generic object

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task UnlockAsync(
	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 object. For example, /qListObjectDef.
colIndices (Optional)
Type: System.Collections.GenericIEnumerableInt32
Dimension numbers/indexes where the unlock should apply. Dimension numbers/indexes start from 0. This parameter is optional. If this parameter is not set, the locked values in all dimensions are unlocked.

Return Value

Type: Task

Implements

IGenericObjectUnlockAsync(AsyncHandle, String, IEnumerableInt32)
See Also