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)
Available in Sandboxed Solutions: No
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.