| IAppGetIncludeFileContent Method |
Gets the content of a file.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxstring GetIncludeFileContent(
string path
)
Function GetIncludeFileContent (
path As String
) As String
Parameters
- path
- Type: SystemString
Path of the file to get the content from.
Return Value
Type:
String
See Also