AppVSolution.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.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.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
Report selection is being detected for
Return Value¶
Type: Collection(Int32)
A collection of application ids
Implements¶
ISolution.GetSelectionScope(ReportOptions)
See Also¶
Reference¶
AppVSolution Class
Citrix.SDK.AppDNA.Solutions.AppV Namespace