App GetFieldDescriptionAsync T  Method (String, Func Response, T , String)Qlik Sense .NET SDK - API Reference

Retrieves the description of a field.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> GetFieldDescriptionAsync<T>(
	string fieldName,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

fieldName
Type: OnlineSystem String
Name of the field This parameter is mandatory.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IApp GetFieldDescriptionAsync T (String, Func Response, T , String)
See Also