IEditableSiteMapProvider.EditLinksAlternateAction property

Returns the JavaScript code that runs when the "Edit Links" link is clicked. When null is returned, the default inline navigation editing feature is activated by clicking on "Edit Links".

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

Syntax

'Declaration
ReadOnly Property EditLinksAlternateAction As String
    Get
'Usage
Dim instance As IEditableSiteMapProvider
Dim value As String

value = instance.EditLinksAlternateAction
string EditLinksAlternateAction { get; }

Property value

Type: System.String

See also

Reference

IEditableSiteMapProvider interface

IEditableSiteMapProvider members

Microsoft.SharePoint.Navigation namespace