Gets the content of a file.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<string> GetIncludeFileContentAsync(
string path,
string userHandle = null
)
Task<string> GetIncludeFileContentAsync(
string path,
string userHandle = null
)
Function GetIncludeFileContentAsync (
path As String,
Optional userHandle As String = Nothing
) As Task(Of String)
Function GetIncludeFileContentAsync (
path As String,
Optional userHandle As String = Nothing
) As Task(Of String)
Parameters
- path
- Type:
System String
Path of the file to get the content from.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
String