Share via


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.Guid

    The identifier of the SharePoint site collection.

See also

Reference

ISPFcoCache interface

ISPFcoCache members

Microsoft.PerformancePoint.Scorecards namespace