SwitchableSiteMapProvider.IEditableSiteMapProvider.MaximumSupportedNodeDepth property
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Private ReadOnly Property MaximumSupportedNodeDepth As Integer
Implements IEditableSiteMapProvider.MaximumSupportedNodeDepth
Get
'Usage
Dim instance As SwitchableSiteMapProvider
Dim value As Integer
value = CType(instance, IEditableSiteMapProvider).MaximumSupportedNodeDepth
intIEditableSiteMapProvider.MaximumSupportedNodeDepth { get; }
Property value
Type: System.Int32
Implements
IEditableSiteMapProvider.MaximumSupportedNodeDepth
See also
Reference
SwitchableSiteMapProvider class