ISPItemDao.Update Method
Updates a first class object in the repository.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function Update ( _
cache As ISPFcoCache, _
webSiteID As Guid, _
element As FirstClassElement _
) As FirstClassElement
'Usage
Dim instance As ISPItemDao
Dim cache As ISPFcoCache
Dim webSiteID As Guid
Dim element As FirstClassElement
Dim returnValue As FirstClassElement
returnValue = instance.Update(cache, webSiteID, _
element)
FirstClassElement Update(
ISPFcoCache cache,
Guid webSiteID,
FirstClassElement element
)
Parameters
cache
Type: Microsoft.PerformancePoint.Scorecards.ISPFcoCacheThe cache-management interface.
webSiteID
Type: System.GuidThe identifier of the site collection.
element
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElementThe object to update.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElement
The updated object.