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.
Sets which types to trim if they are not located directly below the current site.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property TrimNonCurrentTypes As NodeTypes
Get
Set
'Usage
Dim instance As PortalSiteMapDataSource
Dim value As NodeTypes
value = instance.TrimNonCurrentTypes
instance.TrimNonCurrentTypes = value
public NodeTypes TrimNonCurrentTypes { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.NodeTypes
See Also
Reference
PortalSiteMapDataSource Members