Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Populates the ProxySiteMapNode object with its child navigation nodes.
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
includedTypes
Type: Microsoft.SharePoint.Publishing.NodeTypesA NodeTypes object that specifies which nodes to populate.
Return Value
Type: System.Boolean