Share via


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

  • webSiteID
    Type: System.Guid

    The identifier of the site collection.

Return value

Type: Microsoft.PerformancePoint.Scorecards.FirstClassElement
The updated object.

See also

Reference

ISPItemDao interface

ISPItemDao members

Microsoft.PerformancePoint.Scorecards namespace