TaxonomyFieldControl.UpdateFieldValueInItem Method
Overrides the base field control implemenation of UpdateFieldValueInItem and ensures that the taxonoym field is updated along with its corresponding TextField.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Sub UpdateFieldValueInItem
'Usage
Dim instance As TaxonomyFieldControl
instance.UpdateFieldValueInItem()
public override void UpdateFieldValueInItem()
Exceptions
Exception | Condition |
---|---|
MissingMemberException | The.Field property associated with this control is not a TaxonomyField object. |