ApplicationService.Import Method (IEnumerable(ImportSourceDetails), ApplicationImportConfiguration)¶
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¶
public Import Import(
IEnumerable<ImportSourceDetails> importDetails,
ApplicationImportConfiguration config
)
VB¶
Public Function Import (
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
Import Overload
Citrix.SDK.AppDNA Namespace