IEditableSiteMapProvider.IsEditable property
Returns whether the Navigation Provider that implements this interface allows editing of its navigation nodes.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property IsEditable As Boolean
Get
'Usage
Dim instance As IEditableSiteMapProvider
Dim value As Boolean
value = instance.IsEditable
bool IsEditable { get; }
Property value
Type: System.Boolean
boolean: true=editable; false=read-only
See also
Reference
IEditableSiteMapProvider interface