App GetIncludeFileContent Method Qlik Sense .NET SDK - API Reference

Gets the content of a file.

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

public string GetIncludeFileContent(
	string path
)

Parameters

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

Return Value

Type: OnlineString

Implements

IApp GetIncludeFileContent(String)
See Also