Свойство NavigationTerm.ExcludeFromCurrentNavigation
Gets or sets whether this navigation term and its child terms are hidden from the current navigation menu.
Пространство имен: Microsoft.SharePoint.Publishing.Navigation
Сборка: Microsoft.SharePoint.Publishing (в Microsoft.SharePoint.Publishing.dll)
Синтаксис
'Декларация
Public Property ExcludeFromCurrentNavigation As Boolean
Get
Set
'Применение
Dim instance As NavigationTerm
Dim value As Boolean
value = instance.ExcludeFromCurrentNavigation
instance.ExcludeFromCurrentNavigation = value
public bool ExcludeFromCurrentNavigation { get; set; }
Значение свойства
Тип: System.Boolean
true if this NavigationTerm object and its child terms are hidden from the current navigation menu; otherwise, false.
Замечания
The current navigation menu, also called the “left nav”, is the contextual navigation pane that typically appears on the left side of the page.
См. также
Справочные материалы
Пространство имен Microsoft.SharePoint.Publishing.Navigation