ISPItemDao.Get Method (ISPFcoCache, Guid, RepositoryLocation, SPListItem)
Gets a first class object (FCO) from the specified SPListItem object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function Get ( _
cache As ISPFcoCache, _
webSiteID As Guid, _
location As RepositoryLocation, _
item As SPListItem _
) As FirstClassElement
'Usage
Dim instance As ISPItemDao
Dim cache As ISPFcoCache
Dim webSiteID As Guid
Dim location As RepositoryLocation
Dim item As SPListItem
Dim returnValue As FirstClassElement
returnValue = instance.Get(cache, webSiteID, _
location, item)
FirstClassElement Get(
ISPFcoCache cache,
Guid webSiteID,
RepositoryLocation location,
SPListItem item
)
Parameters
cache
Type: Microsoft.PerformancePoint.Scorecards.ISPFcoCacheThe cache-management interface.
webSiteID
Type: System.GuidThe identifier of the site collection.
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
item
Type: Microsoft.SharePoint.SPListItemThe item or row to get the object from.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElement
The requested object.