Retrieves the handle of a field.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<Field> GetFieldAsync(
string fieldName,
string stateName = null,
string userHandle = null
)
public Task<Field> GetFieldAsync(
string fieldName,
string stateName = null,
string userHandle = null
)
Public Function GetFieldAsync (
fieldName As String,
Optional stateName As String = Nothing,
Optional userHandle As String = Nothing
) As Task(Of Field)
Public Function GetFieldAsync (
fieldName As String,
Optional stateName As String = Nothing,
Optional userHandle As String = Nothing
) As Task(Of Field)
Parameters
- fieldName
- Type:
System String
Name of the field.
This parameter is mandatory.
- stateName (Optional)
- Type:
System String
Name of the alternate state.
This parameter is optional.
Default state is current selections.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task Field Implements
IApp GetFieldAsync(String, String, String)