Click or drag to resize
AppGetIncludeFileContent Method

Gets the content of a file.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public string GetIncludeFileContent(
	string path
)

Parameters

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

Return Value

Type: String

Implements

IAppGetIncludeFileContent(String)
See Also