Skip to content

ApplicationImportConfiguration Class

Holds configuration details for an application import.

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.ApplicationImportConfiguration
    Citrix.SDK.AppDNA.InstallCaptureConfiguration
    Citrix.SDK.AppDNA.WebApplicationImportConfiguration
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 class ApplicationImportConfiguration

VB

Public Class ApplicationImportConfiguration

The ApplicationImportConfiguration type exposes the following members.

Constructors

 

NameDescription
Public methodApplicationImportConfiguration() Initializes a new instance of the ApplicationImportConfiguration class.
Public methodApplicationImportConfiguration(String) Initializes a new instance of the ApplicationImportConfiguration class with a specified output folder.
Public methodApplicationImportConfiguration(String, Boolean) Initializes a new instance of the ApplicationImportConfiguration class with a specified output folder, and specifying whether to save detailed logs
  Back to Top

Properties

 

NameDescription
Public propertyAutoAnalyseAllModules Specify true to start the analysis automatically after the import is finished.
Public propertyGeneratedMsiFolder If the import needs to generate an msi during the import process, such as when importing an SFT or App-V file, the intermediate msi files will be saved to this location. If this is null, then no files are saved.
Public propertyIceValidationConfig An optional configuration for ICE validation. Can be null.
Public propertyModulesToAnalyse A list of modules to automatically analyse
Public propertyOutputFolder The full path to the folder into which the output of the import process is to be placed.
Public propertySaveDetailedLogs Specify true to save intermediate files. Useful for troubleshooting.
Public propertySynchronizationContext A SynchronizationContext used to control the thread on which notifications are raised.
  Back to Top

Methods

 

NameDescription
Public methodEquals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?