Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves all of the first class objects (FCOs) from the specified document library or list.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Function GetListItems ( _
listUrl As String _
) As FirstClassElementCollection
'Usage
Dim instance As SPDataStore
Dim listUrl As String
Dim returnValue As FirstClassElementCollection
returnValue = instance.GetListItems(listUrl)
public FirstClassElementCollection GetListItems(
string listUrl
)
Parameters
listUrl
Type: System.StringThe server-relative URL to the SharePoint document library or list that contains the objects. Examples: /BI Center/Data Connections for PerformancePoint, /BI Center/Lists/PerformancePoint Content.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElementCollection
The FCOs from the specified document library or list.
Remarks
PerformancePoint Services in Microsoft SharePoint Server 2010 uses SharePoint document libraries and lists as its repository. It stores data sources in document libraries, and it stores other FCOs (dashboards, filters, indicators, KPIs, reports, and scorecards) in lists.