ISPFcoCache.Remove Method
Removes an object’s associated cache entries and access control lists (ACLs) from the cache.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub Remove ( _
webAppID As Guid, _
location As RepositoryLocation _
)
'Usage
Dim instance As ISPFcoCache
Dim webAppID As Guid
Dim location As RepositoryLocation
instance.Remove(webAppID, location)
void Remove(
Guid webAppID,
RepositoryLocation location
)
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 remove from the cache.