Click or drag to resize
IAppGetFieldAsync Method (String, String)

Retrieves the handle of a field.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<Field> GetFieldAsync(
	string fieldName,
	string stateName = null
)

Parameters

fieldName
Type: SystemString
Name of the field. This parameter is mandatory.
stateName (Optional)
Type: SystemString
Name of the alternate state. This parameter is optional. Default state is current selections.

Return Value

Type: TaskField
See Also