PortalSiteMapProvider.IncludeAuthoredLinks property
Gets 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
true for the provider to return authored link nodes; false to remove the link nodes from the hierarchy.