PatchImpactAnalysisSolution.GetSelectionScope Method¶
Note: This API is now obsolete.
Gets a collection of application ids that will be used to generate the solution's report.
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax¶
C¶
[ObsoleteAttribute("Use ApplicationSelectionScope method")]
public Collection<int> GetSelectionScope(
ReportOptions reportData
)
VB¶
<ObsoleteAttribute("Use ApplicationSelectionScope method")>
Public Function GetSelectionScope (
reportData As ReportOptions
) As Collection(Of Integer)
Parameters¶
- reportData
- Type: Citrix.SDK.AppDNA.Reporting.ReportOptions
The report for which the application selection is required.
Return Value¶
Type: Collection(Int32)
A collection of application ids.
Implements¶
ISolution.GetSelectionScope(ReportOptions)
See Also¶
Reference¶
PatchImpactAnalysisSolution Class
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis Namespace