Skip to content

ApplicationImportConfiguration Constructor (String, Boolean)

Initializes a new instance of the ApplicationImportConfiguration class with a specified output folder, and specifying whether to save detailed logs

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 ApplicationImportConfiguration(
    string outputFolder,
    bool saveDetailedLogs
)

VB

Public Sub New ( 
    outputFolder As String,
    saveDetailedLogs As Boolean
)

Parameters

 

outputFolder
Type: System.String
The full path to the folder into which the output of the import process is to be placed.
saveDetailedLogs
Type: System.Boolean
Flag indicating whether to save detailed logs

See Also

Reference

ApplicationImportConfiguration Class
ApplicationImportConfiguration Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?