GenericObject LockAsync Method Qlik Sense .NET SDK - API Reference

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks 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: 1.0.1.0 (1.0.1.0)
Syntax

public Task LockAsync(
	string path,
	IEnumerable<int> colIndices = null,
	string userHandle = null
)

Parameters

path
Type: OnlineSystem String
Path to the definition of the object. For example, /qListObjectDef.
colIndices (Optional)
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
Dimension numbers or dimension indexes where the lock should apply. Dimension numbers/indexes start from 0. This parameter is optional. If this parameter is not set, the selected values in all dimensions are locked.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask

Implements

IGenericObject LockAsync(String, IEnumerable Int32 , String)
See Also