| IAppGetIncludeFileContentAsync Method (String) |
Gets the content of a file.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask<string> GetIncludeFileContentAsync(
string path
)
Function GetIncludeFileContentAsync (
path As String
) As Task(Of String)
Parameters
- path
- Type: SystemString
Path of the file to get the content from.
Return Value
Type:
TaskString
See Also