Skip to content

ImportOSSourceDetails Constructor

Initializes a new instance of the ImportOSSourceDetails class.

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 ImportOSSourceDetails(
    string sourceFilePath,
    string name
)

VB

Public Sub New ( 
    sourceFilePath As String,
    name As String
)

Parameters

 

sourceFilePath
Type: System.String
The full path to the msi generated by the Snapshot Manager tool that comes with AppDNA.
name
Type: System.String
The name of the OSImage.

See Also

Reference

ImportOSSourceDetails Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?