Share via


TaxonomyWebTaggingControl.GetValidatedTerms method

Gets the list of valid terms corresponding to the value of the Text property.

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

Syntax

'Declaration
Public Function GetValidatedTerms As List(Of Term)
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim returnValue As List(Of Term)

returnValue = instance.GetValidatedTerms()
public List<Term> GetValidatedTerms()

Return value

Type: System.Collections.Generic.List<Term>
A list of valid Microsoft.SharePoint.Taxonomy.Term objects.

Remarks

Only valid terms are returned. If no valid term are found, an empty list is returned. All new, invalid or unvalidated terms entered by the user are ignored.

See also

Reference

TaxonomyWebTaggingControl class

TaxonomyWebTaggingControl members

Microsoft.SharePoint.Taxonomy namespace