NavigationTermSetView.ExcludeTermsByProvider property

Gets or sets a value that indicates whether NavigationTerm objects are trimmed if the provider indicated by the SiteMapProviderName property is one of the providers in the excluded providers collection.

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

Syntax

'Declaration
Public Property ExcludeTermsByProvider As Boolean
    Get
    Set
'Usage
Dim instance As NavigationTermSetView
Dim value As Boolean

value = instance.ExcludeTermsByProvider

instance.ExcludeTermsByProvider = value
public bool ExcludeTermsByProvider { get; set; }

Property value

Type: System.Boolean
A Boolean value that indicates whether a view of a term is excluded.

See also

Reference

NavigationTermSetView class

NavigationTermSetView members

Microsoft.SharePoint.Client.Publishing.Navigation namespace