XenSolution.GetSelectionScope Method¶
Note: This API is now obsolete.
Gets the selection scope.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.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 data which selection detects for
Return Value¶
Type: Collection(Int32)
Collection of identifiers
Implements¶
ISolution.GetSelectionScope(ReportOptions)
See Also¶
Reference¶
XenSolution Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace