ItemPickerExtendedData.GetSecondaryColumnNames Method
Returns an array of String values that contains the names of additional columns.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetSecondaryColumnNames As String()
'Usage
Dim instance As ItemPickerExtendedData
Dim returnValue As String()
returnValue = instance.GetSecondaryColumnNames()
public string[] GetSecondaryColumnNames()
Return Value
Type: []
Returns String array.
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.