SPRibbonCommandHandler.ClientSideCommandId property

Gets a string that contains a unique command identifier that is specified in the ribbon XML for a control and ties the handler to the ribbon control.

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

Syntax

'Declaration
Public Overridable ReadOnly Property ClientSideCommandId As String
    Get
'Usage
Dim instance As SPRibbonCommandHandler
Dim value As String

value = instance.ClientSideCommandId
public virtual string ClientSideCommandId { get; }

Property value

Type: System.String
A unique command identifier that specifies the ribbon control on the client associated with the command handler.

See also

Reference

SPRibbonCommandHandler class

SPRibbonCommandHandler members

Microsoft.SharePoint.WebControls namespace