SPNavigationProvider.IsWebSupportedForInlineEdit method

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

Syntax

'Declaration
Public Shared Function IsWebSupportedForInlineEdit ( _
    web As SPWeb _
) As Boolean
'Usage
Dim web As SPWeb
Dim returnValue As Boolean

returnValue = SPNavigationProvider.IsWebSupportedForInlineEdit(web)
public static bool IsWebSupportedForInlineEdit(
    SPWeb web
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPNavigationProvider class

SPNavigationProvider members

Microsoft.SharePoint.Navigation namespace