Share via


ISPFcoCache.Add method

Adds an object and the associated access control lists (ACLs) to the cache.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Sub Add ( _
    webAppID As Guid, _
    location As RepositoryLocation, _
    element As FirstClassElement, _
    item As SPListItem _
)
'Usage
Dim instance As ISPFcoCache
Dim webAppID As Guid
Dim location As RepositoryLocation
Dim element As FirstClassElement
Dim item As SPListItem

instance.Add(webAppID, location, element, _
    item)
void Add(
    Guid webAppID,
    RepositoryLocation location,
    FirstClassElement element,
    SPListItem item
)

Parameters

  • webAppID
    Type: System.Guid

    The identifier of the SharePoint site collection.

See also

Reference

ISPFcoCache interface

ISPFcoCache members

Microsoft.PerformancePoint.Scorecards namespace