* Unlocks all selected values of a specific field if the target (or handle ) is a field
* Unlocks selected values of a generic object if the target (or handle ) is a generic object
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- path
- Type:
System String
Path to the definition of the object. For example, /qListObjectDef.
- colIndices (Optional)
- Type:
System.Collections.Generic IEnumerable
Int32
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.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:Implements
IGenericObject UnlockAsync(String, IEnumerable Int32 , String)See Also