BuildAssessmentSolution.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.BuildAssessment
Assembly: Citrix.SDK.AppDNA.Solutions.BuildAssessment (in Citrix.SDK.AppDNA.Solutions.BuildAssessment.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
[ObsoleteAttribute("Use ApplicationSelectionScope method")]
public Collection<int> GetSelectionScope(
ReportOptions reportOptions
)
VB¶
<ObsoleteAttribute("Use ApplicationSelectionScope method")>
Public Function GetSelectionScope (
reportOptions As ReportOptions
) As Collection(Of Integer)
Parameters¶
- reportOptions
- 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¶
BuildAssessmentSolution Class
Citrix.SDK.AppDNA.Solutions.BuildAssessment Namespace