ApplicationService.ImportWeb Method (IEnumerable(ImportSourceDetails), ApplicationImportConfiguration)¶
Note: This API is now obsolete.
Imports multiple Application objects directly from source 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,
ApplicationImportConfiguration config
)
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),
config As ApplicationImportConfiguration
) 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. - config
- Type: Citrix.SDK.AppDNA.ApplicationImportConfiguration
The configuration details to be used by this import.
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