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.StringThe 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 in Microsoft SharePoint Server 2010 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