Skip to content

ReportConfigurationService.Get Method (ReportingConfigurationFilter, Object)

Returns a collection of ReportConfiguration objects that respects filtering and paging requirements.

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 Collection<ReportConfiguration> Get(
    ReportingConfigurationFilter filterBy,
    Object filterValue
)

VB

Public Function Get ( 
    filterBy As ReportingConfigurationFilter,
    filterValue As Object
) As Collection(Of ReportConfiguration)

Parameters

 

filterBy
Type: Citrix.SDK.AppDNA.ReportingConfigurationFilter
Specifies the field that filterValue is compared against to filter the results.
filterValue
Type: System.Object
Specifies a value that is used to filter the results if filterByis not NONE.

Return Value

Type: Collection(ReportConfiguration)
Returns a collection of the requested ReportConfiguration objects.

See Also

Reference

ReportConfigurationService Class
Get Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?