Skip to content

OSImageService.Import Method (ImportOSSourceDetails, String, String)

Imports an OSImage that was generated by the Snapshot Manager tool that comes with AppDNA.

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 OSImage Import(
    ImportOSSourceDetails importDetails,
    string outputFolder,
    out string logFile
)

VB

Public Function Import ( 
    importDetails As ImportOSSourceDetails,
    outputFolder As String,
    <OutAttribute> ByRef logFile As String
) As OSImage

Parameters

 

importDetails
Type: Citrix.SDK.AppDNA.ImportOSSourceDetails
The source of the import, with attendant details.
outputFolder
Type: System.String
The full path of the folder that contains any files generated during the import.
logFile
Type: System.String
Upon return, this contains the full path to a text file containing the details of the import. This is useful when troubleshooting import errors.

Return Value

Type: OSImage
The OSImport object that represents the imported image.

See Also

Reference

OSImageService Class
Import Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?