ApplicationService.InstallCapture Method (IEnumerable(InstallCaptureSourceDetails), InstallCaptureConfiguration)¶
Imports application data utilizing Install Capture technology.
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(
IEnumerable<InstallCaptureSourceDetails> importDetails,
InstallCaptureConfiguration config
)
VB¶
Public Function InstallCapture (
importDetails As IEnumerable(Of InstallCaptureSourceDetails),
config As InstallCaptureConfiguration
) As Import
Parameters¶
- importDetails
- Type: System.Collections.Generic.IEnumerable(InstallCaptureSourceDetails)
A collection of 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. - config
- Type: Citrix.SDK.AppDNA.InstallCaptureConfiguration
The configuration details to be used by this import.
Return Value¶
Type: Import
An Import object which can be used to track the import.
See Also¶
Reference¶
ApplicationService Class
InstallCapture Overload
Citrix.SDK.AppDNA Namespace