Skip to content

ApplicationService.ImportWeb Method (IEnumerable(WebImportSourceDetails), WebApplicationImportConfiguration)

Imports multiple Application objects as web applications.

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 Import ImportWeb(
    IEnumerable<WebImportSourceDetails> importDetails,
    WebApplicationImportConfiguration config = null
)

VB

Public Function ImportWeb ( 
    importDetails As IEnumerable(Of WebImportSourceDetails),
    Optional config As WebApplicationImportConfiguration = Nothing
) As Import

Parameters

 

importDetails
Type: System.Collections.Generic.IEnumerable(WebImportSourceDetails)
A collection of ImportSourceDetails objects with web applications details to import. Each ImportSourceDetails object can be used with the returned Importer object as a key to get specific information about that 's import.
config (Optional)
Type: Citrix.SDK.AppDNA.WebApplicationImportConfiguration
The configuration details (e.g. Spider configuration) to be used by this import. If not specified, the default configuration is used.

Return Value

Type: Import
An Import object that can be used to track the state of the import.

Remarks

If it is needed to import a web application directly from MSI, methods with ImportSourceDetails or with the MSI file path should be used instead.

See Also

Reference

ApplicationService Class
ImportWeb Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?