PortalSiteMapProvider.GetPermissionCache Method
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Function GetPermissionCache ( _
contextWeb As SPWeb _
) As Dictionary(Of Guid, Boolean)
'Usage
Dim contextWeb As SPWeb
Dim returnValue As Dictionary(Of Guid, Boolean)
returnValue = Me.GetPermissionCache(contextWeb)
protected Dictionary<Guid, bool> GetPermissionCache(
SPWeb contextWeb
)
Parameters
- contextWeb
Type: Microsoft.SharePoint.SPWeb
Return Value
Type: System.Collections.Generic.Dictionary<Guid, Boolean>
Returns Dictionary<TKey, TValue>.