InstallCaptureSourceDetails Constructor¶
Initializes a new instance of the InstallCaptureSourceDetails 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 InstallCaptureSourceDetails(
string sourceFilePath
)
VB¶
Public Sub New (
sourceFilePath As String
)
Parameters¶
- sourceFilePath
- Type: System.String
The full path to the installation media.SourceFilePath
Exceptions¶
| Exception | Condition |
|---|---|
| ArgumentNullException | |
| ArgumentOutOfRangeException |
See Also¶
Reference¶
InstallCaptureSourceDetails Class
Citrix.SDK.AppDNA Namespace