Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
cache
Type: Microsoft.PerformancePoint.Scorecards.ISPFcoCacheThe cache-management interface.
webSiteID
Type: System.GuidThe identifier of the site collection.
listUrl
Type: System.StringThe server-relative URL of the list to create the object in.
element
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElementThe object to create.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElement
The new object.