TaxonomyWebTaggingControl.IsAddTerms Property

Gets and sets whether this control will try to add unresolved Term objects to the TermSet object.

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

Syntax

'Declaration
Public Property IsAddTerms As Boolean
    Get
    Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean

value = instance.IsAddTerms

instance.IsAddTerms = value
public bool IsAddTerms { get; set; }

Property Value

Type: System.Boolean
Whether this control will try to add unresolved terms to the TermSet.

Remarks

If this property is set to true and an unvalidated Term is left in the control, the control will try to add it to the TermSet to validate it. This will only occur if the TermSetId count is set to 1.

See Also

Reference

TaxonomyWebTaggingControl Class

TaxonomyWebTaggingControl Members

Microsoft.SharePoint.Taxonomy Namespace