NavigationTerm.ExcludedProviders property

A collection of site map provider names that will exclude this navigation term from their results when ExcludeTermsByProvider is true.

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

Syntax

'Declaration
Public ReadOnly Property ExcludedProviders As NavigationTermProviderNameCollection
    Get
'Usage
Dim instance As NavigationTerm
Dim value As NavigationTermProviderNameCollection

value = instance.ExcludedProviders
public NavigationTermProviderNameCollection ExcludedProviders { get; }

Property value

Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermProviderNameCollection
The collection of site map provider names.

Remarks

This collection includes the names corresponding to NavigationTerm.ExcludeFromGlobalNavigation and NavigationTerm.ExcludeFromCurrentNavigation.

See also

Reference

NavigationTerm class

NavigationTerm members

Microsoft.SharePoint.Client.Publishing.Navigation namespace