SPNavigationSiteMapNode.PopulateNavigationChildren method

Populates the child node cache when overridden in derived classes.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Protected Friend Overrides Function PopulateNavigationChildren ( _
    includedTypes As NodeTypes _
) As Boolean
'Usage
Dim includedTypes As NodeTypes
Dim returnValue As Boolean

returnValue = Me.PopulateNavigationChildren(includedTypes)
protected internal override bool PopulateNavigationChildren(
    NodeTypes includedTypes
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPNavigationSiteMapNode class

SPNavigationSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace