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 the associated access control lists (ACLs) for the specified object to the cache.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub AddAcls ( _
item As SPListItem _
)
'Usage
Dim instance As ISPFcoCache
Dim item As SPListItem
instance.AddAcls(item)
void AddAcls(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemThe SharePoint list item.