NavigationTermSetView.SiteMapProviderName property
The name of a SiteMapProvider instance that identifies the navigation menu to be used when applying the ExcludeTermsByProvider property.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property SiteMapProviderName As String
Get
Set
'Usage
Dim instance As NavigationTermSetView
Dim value As String
value = instance.SiteMapProviderName
instance.SiteMapProviderName = value
public string SiteMapProviderName { get; set; }
Property value
Type: System.String
Remarks
This property may be initialized to an empty string, in which case the ExcludeTermsByProvider trimming has no effect for this view. This property cannot be a null reference (Nothing in Visual Basic).
See also
Reference
Microsoft.SharePoint.Publishing.Navigation namespace
Microsoft.SharePoint.Publishing.Navigation.StandardNavigationProviderNames