Indicates whether or not a user is able to edit Qlik Sense on remote devices.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<bool> AllowEditModeAsync(
string userHandle = null
)
public Task<bool> AllowEditModeAsync(
string userHandle = null
)
Public Function AllowEditModeAsync (
Optional userHandle As String = Nothing
) As Task(Of Boolean)
Public Function AllowEditModeAsync (
Optional userHandle As String = Nothing
) As Task(Of Boolean)
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
Boolean Implements
IHub AllowEditModeAsync(String)