NavigationTermSetItem.View property

Gets a NavigationTermSetView object that is used for various purposes such as to resolve relative URLs.

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

Syntax

'Declaration
Public ReadOnly Property View As NavigationTermSetView
    Get
'Usage
Dim instance As NavigationTermSetItem
Dim value As NavigationTermSetView

value = instance.View
public NavigationTermSetView View { get; }

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetView
A NavigationSetView object

Remarks

The view represents state that is obtained from the context of the SPWeb object that is using the term set for its navigation.

The NavigationTermSetView object is read-only. To modify the view, make the changes to a copy obtained via the GetCopy method, and then pass the new instance to the GetWithNewView(NavigationTermSetView) method or to the GetWithNewView method.

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Publishing.Navigation namespace

Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetView

[P:Microsoft.SharePoint.Publishing.Navigation.NavigationTermSet.GetWithNewView(Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetView]