GroupedDropDownList.AddItemHtml Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub AddItemHtml ( _
id As String, _
name As String, _
descriptionHtml As String, _
group As String _
)
'Usage
Dim instance As GroupedDropDownList
Dim id As String
Dim name As String
Dim descriptionHtml As String
Dim group As String
instance.AddItemHtml(id, name, descriptionHtml, _
group)
public void AddItemHtml(
string id,
string name,
string descriptionHtml,
string group
)
Parameters
- id
Type: System.String
- name
Type: System.String
- descriptionHtml
Type: System.String
- group
Type: System.String