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
taxCollection
Type: Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollectionThe collection of Term objects that will be returned as a string.
Return value
Type: System.String
String representing the collection of Term objects passed in.