PortalSiteMapNode.PopulateNavigationChildren Method

Populates the child node cache when overriden in derived classes.

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
true if the operation was successful; otherwise, false.

See Also

Reference

PortalSiteMapNode Class

PortalSiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace