IBIMonitoringServiceApplicationProxy.GetListItems method

Gets first class objects (FCOs) from the repository (SharePoint document library or list).

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function GetListItems ( _
    listUrl As String _
) As FirstClassElementCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim listUrl As String
Dim returnValue As FirstClassElementCollection

returnValue = instance.GetListItems(listUrl)
FirstClassElementCollection GetListItems(
    string listUrl
)

Parameters

  • listUrl
    Type: System.String

    The server-relative URL of the document library or list that contains the objects. Example: /BI Center/Lists/PerformancePoint Content.

Return value

Type: Microsoft.PerformancePoint.Scorecards.FirstClassElementCollection
The FCOs from the specified repository.

Remarks

PerformancePoint Services uses SharePoint document libraries and lists as its repository. It stores data sources in a document library, and it stores other FCO types in a list.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace