Skip to content

ApplicationService.Import Method (IEnumerable(ImportSourceDetails), String)

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,
    string outputFolder
)

VB

Public Function Import ( 
    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
Import Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?