TaxonomyFieldValueCollection.PopulateFromLabelGuidPairs method

This method adds TaxonomyFieldValue based on the parsing of the text.

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

Syntax

'Declaration
Public Sub PopulateFromLabelGuidPairs ( _
    text As String _
)
'Usage
Dim instance As TaxonomyFieldValueCollection
Dim text As String

instance.PopulateFromLabelGuidPairs(text)
public void PopulateFromLabelGuidPairs(
    string text
)

Parameters

Remarks

Values must be added as label/Guid pairs. The format is as follows: label|Guid This can be repeated multiple times delimited by a ;. All WssId values will be set to -1.

See also

Reference

TaxonomyFieldValueCollection class

TaxonomyFieldValueCollection members

Microsoft.SharePoint.Client.Taxonomy namespace