ISPHierarchyData.IsContextListNode Property
Gets a Boolean value that identifies whether the current node is located under the list that is being rendered.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property IsContextListNode As Boolean
Get
'Usage
Dim instance As ISPHierarchyData
Dim value As Boolean
value = instance.IsContextListNode
bool IsContextListNode { get; }
Property Value
Type: System.Boolean
true if the current node is located under the list being rendered; otherwise, false.