NavigationTerm.IsPinnedRoot property

Indicates whether the underlying Term object is the root of a subtree of pinned terms.

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

Syntax

'Declaration
Public ReadOnly Property IsPinnedRoot As Boolean
    Get
'Usage
Dim instance As NavigationTerm
Dim value As Boolean

value = instance.IsPinnedRoot
public bool IsPinnedRoot { get; }

Property value

Type: System.Boolean
true if the taxonomy term is the root of subtree of pinned terms; otherwise, false.

Remarks

Corresponds to the IsPinnedRoot property for the underlying Term object.

See also

Reference

NavigationTerm class

NavigationTerm members

Microsoft.SharePoint.Client.Publishing.Navigation namespace