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