Share via


GroupedItemPicker.AddChoice method

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

Syntax

'Declaration
Public Sub AddChoice ( _
    id As String, _
    name As String, _
    description As String, _
    group As String _
)
'Usage
Dim instance As GroupedItemPicker
Dim id As String
Dim name As String
Dim description As String
Dim group As String

instance.AddChoice(id, name, description, _
    group)
public void AddChoice(
    string id,
    string name,
    string description,
    string group
)

Parameters

See also

Reference

GroupedItemPicker class

GroupedItemPicker members

Microsoft.SharePoint.WebControls namespace