IEditableSiteMapProvider.MaximumSupportedNodeDepth property

Returns the number of node tree levels that the Navigation Provider implementation supports. A maximum depth of 0 indicates no depth limit. The navigation menu uses this property value to limit the overall maximum depth that a user is allowed to create in order to avoid skipping nodes when rendering the menu again.

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

Syntax

'Declaration
ReadOnly Property MaximumSupportedNodeDepth As Integer
    Get
'Usage
Dim instance As IEditableSiteMapProvider
Dim value As Integer

value = instance.MaximumSupportedNodeDepth
int MaximumSupportedNodeDepth { get; }

Property value

Type: System.Int32

See also

Reference

IEditableSiteMapProvider interface

IEditableSiteMapProvider members

Microsoft.SharePoint.Navigation namespace