Click or drag to resize
AppGetIncludeFileContentAsync Method (String)

Gets the content of a file.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<string> GetIncludeFileContentAsync(
	string path
)

Parameters

path
Type: SystemString
Path of the file to get the content from.

Return Value

Type: TaskString

Implements

IAppGetIncludeFileContentAsync(String)
See Also