SolutionItemButton Constructor
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
id As String, _
operation As String, _
text As String _
)
'Usage
Dim id As String
Dim operation As String
Dim text As String
Dim instance As New SolutionItemButton(id, operation, _
text)
public SolutionItemButton(
string id,
string operation,
string text
)
Parameters
- id
Type: System.String
- operation
Type: System.String
- text
Type: System.String