Click or drag to resize
AppGetFieldDescription Method

Retrieves the description of a field.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public FieldDescription GetFieldDescription(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field This parameter is mandatory.

Return Value

Type: FieldDescription

Implements

IAppGetFieldDescription(String)
See Also