Click or drag to resize
IAppGetIncludeFileContentAsync Method (String, AsyncHandle)

Gets the content of a file.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<string> GetIncludeFileContentAsync(
	string path,
	AsyncHandle asyncHandle = null
)

Parameters

path
Type: SystemString
Path of the file to get the content from.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskString
See Also