PortalSiteMapProvider.GetPermissionCache method

Returns a Dictionary of the permission GUIDs and associated permissions represented as a Boolean value.

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

Return value

Type: System.Collections.Generic.Dictionary<Guid, Boolean>

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace