ApplicationService.InstallCapture Method (InstallCaptureSourceDetails, String, String, String)¶
Imports application data utilizing Install Capture.
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 InstallCapture(
InstallCaptureSourceDetails importDetails,
string vmConfigurationName,
string executionProfileName,
string outputFolder
)
VB¶
Public Function InstallCapture (
importDetails As InstallCaptureSourceDetails,
vmConfigurationName As String,
executionProfileName As String,
outputFolder As String
) As Import
Parameters¶
- importDetails
- Type: Citrix.SDK.AppDNA.InstallCaptureSourceDetails
A InstallCaptureSourceDetails representing the capture details for each application to be imported. Each InstallCaptureSourceDetails object can be used with the returned Importer object as a key to get specific information about that particular import. - vmConfigurationName
- Type: System.String
The name of an already configured VM Configuration. - executionProfileName
- Type: System.String
The name of an already configured VM Execution Profile - 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 Importer object which can be used to track the import.
See Also¶
Reference¶
ApplicationService Class
InstallCapture Overload
Citrix.SDK.AppDNA Namespace