SPNavigationNode.IsDocLib property

Gets a Boolean value that specifies whether the navigation node points to a doclib.

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

Syntax

'Declaration
Public ReadOnly Property IsDocLib As Boolean
    Get
'Usage
Dim instance As SPNavigationNode
Dim value As Boolean

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

Property value

Type: System.Boolean
Returns true if the navigation node is a doclib; otherwise returns false.

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace