Share via


ItemPicker.GetSecondaryColumnNames method

Gets the names of the additional columns will be rendered in the Entity Content Type picker control.

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

Syntax

'Declaration
Public Function GetSecondaryColumnNames As String()
'Usage
Dim instance As ItemPicker
Dim returnValue As String()

returnValue = instance.GetSecondaryColumnNames()
public string[] GetSecondaryColumnNames()

Return value

Type: []
Returns String.

See also

Reference

ItemPicker class

ItemPicker members

Microsoft.SharePoint.WebControls namespace