SwitchableSiteMapProvider.HintNeighborhoodNodes method
This member overrides SiteMapProvider.HintNeighborhoodNodes(SiteMapNode, Int32, Int32).
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub HintNeighborhoodNodes ( _
node As SiteMapNode, _
higherLevel As Integer, _
downLevel As Integer _
)
'Usage
Dim instance As SwitchableSiteMapProvider
Dim node As SiteMapNode
Dim higherLevel As Integer
Dim downLevel As Integer
instance.HintNeighborhoodNodes(node, _
higherLevel, downLevel)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void HintNeighborhoodNodes(
SiteMapNode node,
int higherLevel,
int downLevel
)
Parameters
- node
Type: System.Web.SiteMapNode
- higherLevel
Type: System.Int32
- downLevel
Type: System.Int32
See also
Reference
SwitchableSiteMapProvider class