PortalSiteMapProvider.IncludeAuthoredLinks Property
A Boolean value that represents whether to return link nodes.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludeAuthoredLinks As Boolean
Get
Set
'Usage
Dim instance As PortalSiteMapProvider
Dim value As Boolean
value = instance.IncludeAuthoredLinks
instance.IncludeAuthoredLinks = value
public bool IncludeAuthoredLinks { get; set; }
Property Value
Type: System.Boolean
If set to True, the provider returns authored link nodes. If set to False, the link nodes are removed from the hierarchy.