ImportSourceDetails Constructor (String, IEnumerable(String))¶
Constructor
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 ImportSourceDetails(
string sourceFilePath,
IEnumerable<string> transforms
)
VB¶
Public Sub New (
sourceFilePath As String,
transforms As IEnumerable(Of String)
)
Parameters¶
- sourceFilePath
- Type: System.String
The full path to the installation media.SourceFilePath - transforms
- Type: System.Collections.Generic.IEnumerable(String)
A collection of full paths to transforms that are to be applied in order to the msi-file specified by sourceFilePath before import.
See Also¶
Reference¶
ImportSourceDetails Class
ImportSourceDetails Overload
Citrix.SDK.AppDNA Namespace