ItemPickerExtendedData.SetSecondaryColumnNames Method
Sets the secondary column names from which to pull data about the entity instance.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SetSecondaryColumnNames ( _
columnNames As String() _
)
'Usage
Dim instance As ItemPickerExtendedData
Dim columnNames As String()
instance.SetSecondaryColumnNames(columnNames)
public void SetSecondaryColumnNames(
string[] columnNames
)
Parameters
columnNames
Type: []Specifies an array of strings that contains the names of additional columns.
Remarks
The column names are the names of the fields that contain data about the entity instance. The list of secondary column names does not include the primary column name. Use the PrimaryColumnName property to return or set the primary column name.