ApplicationService.ImportWeb Method (IEnumerable(ImportSourceDetails), String)¶
Note: This API is now obsolete.
Imports multiple web Application objects directly from their previously captured msi files.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
[ObsoleteAttribute("This method is obsolete. Use another ImportWeb method that consumes web import source details and configuration.")]
public Import ImportWeb(
IEnumerable<ImportSourceDetails> importDetails,
string outputFolder
)
VB¶
<ObsoleteAttribute("This method is obsolete. Use another ImportWeb method that consumes web import source details and configuration.")>
Public Function ImportWeb (
importDetails As IEnumerable(Of ImportSourceDetails),
outputFolder As String
) As Import
Parameters¶
- importDetails
- Type: System.Collections.Generic.IEnumerable(ImportSourceDetails)
A collection of ImportSourceDetails objects which detail the source media to import. Each ImportSourceDetails object can be used with the returned Importer object as a key to get specific information about that file's import. - outputFolder
- Type: System.String
The full path to the folder into which the output of the import process is to be placed.
Return Value¶
Type: Import
An Import object that can be used to track the state of the import.
See Also¶
Reference¶
ApplicationService Class
ImportWeb Overload
Citrix.SDK.AppDNA Namespace