Skip to content

ApplicationService.ImportWeb Method (String, String, String)

Imports a previously captured web Application directly from the capture msi.

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 ImportWeb(
    string filePath,
    string outputFolder,
    out string logFile
)

VB

Public Function ImportWeb ( 
    filePath As String,
    outputFolder As String,
    <OutAttribute> ByRef logFile As String
) As Application

Parameters

 

filePath
Type: System.String
The full path to the msi 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
ImportWeb Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?