TaxonomyField Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.Taxonomy.TaxonomyField", ServerTypeId="{0831c0f3-c1b9-4d8a-a339-0160f42257b4}")]
public class TaxonomyField : Microsoft.SharePoint.Client.FieldLookup
type TaxonomyField = class
inherit FieldLookup
Public Class TaxonomyField
Inherits FieldLookup
Inheritance
Attributes
Constructors
Properties
Methods
CheckUninitializedProperty(String)
(Inherited from ClientObject )
CustomFromJson(JsonReader)
(Inherited from ClientObject )
DeleteObject()
(Inherited from Field )
FromJson(JsonReader)
(Inherited from ClientObject )
GetFieldValueAsHtml(Object)
GetFieldValueAsTaxonomyFieldValue(String)
GetFieldValueAsTaxonomyFieldValueCollection(String)
GetFieldValueAsText(Object)
GetValidatedString(Object)
InitNonPropertyFieldFromJson(String, JsonReader)
(Inherited from ClientObject )
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String)
(Inherited from ClientObject )
IsPropertyAvailable(String)
(Inherited from ClientObject )
LoadExpandoFields()
(Inherited from ClientObject )
RefreshLoad()
(Inherited from ClientObject )
RemoveFromParentCollection()
(Inherited from ClientObject )
Retrieve()
(Inherited from ClientObject )
Retrieve(String[])
(Inherited from ClientObject )
SetFieldValueByCollection(ListItem, Collection<Term>, Int32)
SetFieldValueByTerm(ListItem, Term, Int32)
SetFieldValueByTermCollection(ListItem, TermCollection, Int32)
SetFieldValueByValue(ListItem, TaxonomyFieldValue)
SetFieldValueByValueCollection(ListItem, TaxonomyFieldValueCollection)
SetShowInDisplayForm(Boolean)
(Inherited from Field )
SetShowInEditForm(Boolean)
(Inherited from Field )
SetShowInNewForm(Boolean)
(Inherited from Field )
Update()
(Inherited from Field )
UpdateAndPushChanges(Boolean)
(Inherited from Field )
UpdateClientObjectPropertyType(String, Object, JsonReader)
(Inherited from ClientObject )
ValidateSetValue(ListItem, String)
(Inherited from Field )
Applies to