Share via


PublishCommandHandler.HandlerCommand property

Returns a string that represents the ECMAScript (JScript, JavaScript) to execute when a user clicks the Publish button on the ribbon.

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

Syntax

'Declaration
Public Overrides ReadOnly Property HandlerCommand As String
    Get
'Usage
Dim instance As PublishCommandHandler
Dim value As String

value = instance.HandlerCommand
public override string HandlerCommand { get; }

Property value

Type: System.String
Returns String.

See also

Reference

PublishCommandHandler class

PublishCommandHandler members

Microsoft.SharePoint.WebControls namespace