Field UnlockAsync Method (String)Qlik Sense .NET SDK - API Reference

* 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

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<bool> UnlockAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineBoolean 

Implements

IField UnlockAsync(String)
See Also