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.
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.GuidThe identifier of the SharePoint site collection.
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location in the repository of the object to add to the cache.
element
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElementThe first class object.
item
Type: Microsoft.SharePoint.SPListItemThe SharePoint list item.