SPRibbonPopulateQueryCommand Constructor (String, String, String)
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
commandId As String, _
getMenuXmlFunctionName As String, _
enabledStatement As String _
)
'Usage
Dim commandId As String
Dim getMenuXmlFunctionName As String
Dim enabledStatement As String
Dim instance As New SPRibbonPopulateQueryCommand(commandId, _
getMenuXmlFunctionName, enabledStatement)
public SPRibbonPopulateQueryCommand(
string commandId,
string getMenuXmlFunctionName,
string enabledStatement
)
Parameters
- commandId
Type: System.String
- getMenuXmlFunctionName
Type: System.String
- enabledStatement
Type: System.String
See Also
Reference
SPRibbonPopulateQueryCommand Class
SPRibbonPopulateQueryCommand Members