Share via


ISPItemDao.Create method

Creates 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 Create ( _
    cache As ISPFcoCache, _
    webSiteID As Guid, _
    listUrl As String, _
    element As FirstClassElement _
) As FirstClassElement
'Usage
Dim instance As ISPItemDao
Dim cache As ISPFcoCache
Dim webSiteID As Guid
Dim listUrl As String
Dim element As FirstClassElement
Dim returnValue As FirstClassElement

returnValue = instance.Create(cache, webSiteID, _
    listUrl, element)
FirstClassElement Create(
    ISPFcoCache cache,
    Guid webSiteID,
    string listUrl,
    FirstClassElement element
)

Parameters

  • webSiteID
    Type: System.Guid

    The identifier of the site collection.

  • listUrl
    Type: System.String

    The server-relative URL of the list to create the object in.

Return value

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

See also

Reference

ISPItemDao interface

ISPItemDao members

Microsoft.PerformancePoint.Scorecards namespace