TaxonomyFieldControl.GetMultipleValueText method

Converts a TaxonomyFieldValueCollection object into a string that can be used to apply to the Text property or to the Taxonomy TextField of a list item.

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

Syntax

'Declaration
Public Shared Function GetMultipleValueText ( _
    taxCollection As TaxonomyFieldValueCollection _
) As String
'Usage
Dim taxCollection As TaxonomyFieldValueCollection
Dim returnValue As String

returnValue = TaxonomyFieldControl.GetMultipleValueText(taxCollection)
public static string GetMultipleValueText(
    TaxonomyFieldValueCollection taxCollection
)

Parameters

Return value

Type: System.String
String representing the collection of Term objects passed in.

See also

Reference

TaxonomyFieldControl class

TaxonomyFieldControl members

Microsoft.SharePoint.Taxonomy namespace

TaxonomyField

TaxonomyWebTaggingControl