Retrieves the handle of a field.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<Field> GetFieldAsync(
string fieldName,
string stateName = null,
string userHandle = null
)
Task<Field> GetFieldAsync(
string fieldName,
string stateName = null,
string userHandle = null
)
Function GetFieldAsync (
fieldName As String,
Optional stateName As String = Nothing,
Optional userHandle As String = Nothing
) As Task(Of Field)
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