ApplicationService.Import Method (String, String, String)¶
Imports an Application object directly from the source file.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Application Import(
string filePath,
string outputFolder,
out string logFile
)
VB¶
Public Function Import (
filePath As String,
outputFolder As String,
<OutAttribute> ByRef logFile As String
) As Application
Parameters¶
- filePath
- Type: System.String
The full path to the file to import. - outputFolder
- Type: System.String
The full path to the folder into which the output of the import process is to be placed. - logFile
- Type: System.String
On return, this specifies the full path to a log file that contains the details of the import. Useful for troubleshooting. Even if this function throws an exception, if logFile is non-null, then it may contain useful information for troubleshooting the failure.
Return Value¶
Type: Application
The imported application.
See Also¶
Reference¶
ApplicationService Class
Import Overload
Citrix.SDK.AppDNA Namespace