Expand Minimize

TaxonomyField Transformation

Mappings for SharePoint class Microsoft.SharePoint.Taxonomy.TaxonomyField

Type Mapping

Constructors

SSOM System.Void .ctor(Microsoft.SharePoint.SPFieldCollection, System.String, System.String)
CSOM ctor(ClientRuntimeContext,ObjectPath)
JSOM constructor SP.Taxonomy.TaxonomyField.constructor(ClientContext,FieldCollection,string)
SSOM System.Void .ctor(Microsoft.SharePoint.SPFieldCollection, System.String)
CSOM ctor(ClientRuntimeContext,ObjectPath)
JSOM constructor SP.Taxonomy.TaxonomyField.constructor(ClientContext,FieldCollection,string)

Properties

SSOM System.Boolean get_CanBeDeleted()
CSOM Boolean Field.get_CanBeDeleted()
JSOM boolean SP.Taxonomy.TaxonomyField.get_canBeDeleted()
SSOM System.String get_DefaultValue()
CSOM String Field.get_DefaultValue()
JSOM string SP.Taxonomy.TaxonomyField.get_defaultValue()
SSOM System.String get_Description()
CSOM String Field.get_Description()
JSOM string SP.Taxonomy.TaxonomyField.get_description()
SSOM Microsoft.SharePoint.SPUserResource get_DescriptionResource()
CSOM UserResource Field.get_DescriptionResource()
SSOM System.String get_Direction()
CSOM String Field.get_Direction()
JSOM string SP.Taxonomy.TaxonomyField.get_direction()
SSOM System.Boolean get_EnforceUniqueValues()
CSOM Boolean Field.get_EnforceUniqueValues()
JSOM boolean SP.Taxonomy.TaxonomyField.get_enforceUniqueValues()
SSOM System.String get_EntityPropertyName()
CSOM String Field.get_EntityPropertyName()
JSOM string SP.Taxonomy.TaxonomyField.get_entityPropertyName()
SSOM System.Boolean get_Filterable()
CSOM Boolean Field.get_Filterable()
JSOM boolean SP.Taxonomy.TaxonomyField.get_filterable()
SSOM System.Boolean get_FromBaseType()
CSOM Boolean Field.get_FromBaseType()
JSOM boolean SP.Taxonomy.TaxonomyField.get_fromBaseType()
SSOM System.String get_Group()
CSOM String Field.get_Group()
JSOM string SP.Taxonomy.TaxonomyField.get_group()
SSOM System.Boolean get_Hidden()
CSOM Boolean Field.get_Hidden()
JSOM boolean SP.Taxonomy.TaxonomyField.get_hidden()
SSOM System.Guid get_Id()
CSOM Guid Field.get_Id()
JSOM Guid SP.Taxonomy.TaxonomyField.get_id()
SSOM System.Boolean get_Indexed()
CSOM Boolean Field.get_Indexed()
JSOM boolean SP.Taxonomy.TaxonomyField.get_indexed()
SSOM System.String get_InternalName()
CSOM String Field.get_InternalName()
JSOM string SP.Taxonomy.TaxonomyField.get_internalName()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.Taxonomy.TaxonomyField.get_jSLink()
SSOM System.Boolean get_ReadOnlyField()
CSOM Boolean Field.get_ReadOnlyField()
JSOM boolean SP.Taxonomy.TaxonomyField.get_readOnlyField()
SSOM System.Boolean get_Required()
CSOM Boolean Field.get_Required()
JSOM boolean SP.Taxonomy.TaxonomyField.get_required()
SSOM System.String get_SchemaXml()
CSOM String Field.get_SchemaXml()
JSOM string SP.Taxonomy.TaxonomyField.get_schemaXml()
SSOM System.String get_SchemaXmlWithResourceTokens()
CSOM String Field.get_SchemaXmlWithResourceTokens()
JSOM string SP.Taxonomy.TaxonomyField.get_schemaXmlWithResourceTokens()
SSOM System.String get_Scope()
CSOM String Field.get_Scope()
JSOM string SP.Taxonomy.TaxonomyField.get_scope()
SSOM System.Boolean get_Sealed()
CSOM Boolean Field.get_Sealed()
JSOM boolean SP.Taxonomy.TaxonomyField.get_sealed()
SSOM System.Boolean get_Sortable()
CSOM Boolean Field.get_Sortable()
JSOM boolean SP.Taxonomy.TaxonomyField.get_sortable()
SSOM System.String get_StaticName()
CSOM String Field.get_StaticName()
JSOM string SP.Taxonomy.TaxonomyField.get_staticName()
SSOM System.String get_Title()
CSOM String Field.get_Title()
JSOM string SP.Taxonomy.TaxonomyField.get_title()
SSOM Microsoft.SharePoint.SPUserResource get_TitleResource()
CSOM UserResource Field.get_TitleResource()
SSOM Microsoft.SharePoint.SPFieldType get_Type()
CSOM FieldType Field.get_FieldTypeKind()
JSOM FieldType SP.Taxonomy.TaxonomyField.get_fieldTypeKind()
SSOM System.String get_TypeAsString()
CSOM String Field.get_TypeAsString()
JSOM string SP.Taxonomy.TaxonomyField.get_typeAsString()
SSOM System.String get_TypeDisplayName()
CSOM String Field.get_TypeDisplayName()
JSOM string SP.Taxonomy.TaxonomyField.get_typeDisplayName()
SSOM System.String get_TypeShortDescription()
CSOM String Field.get_TypeShortDescription()
JSOM string SP.Taxonomy.TaxonomyField.get_typeShortDescription()
SSOM System.String get_ValidationFormula()
CSOM String Field.get_ValidationFormula()
JSOM string SP.Taxonomy.TaxonomyField.get_validationFormula()
SSOM System.String get_ValidationMessage()
CSOM String Field.get_ValidationMessage()
JSOM string SP.Taxonomy.TaxonomyField.get_validationMessage()
SSOM System.Void set_DefaultValue(System.String)
CSOM Field.set_DefaultValue(String)
JSOM SP.Taxonomy.TaxonomyField.set_defaultValue()
SSOM System.Void set_Description(System.String)
CSOM Field.set_Description(String)
JSOM SP.Taxonomy.TaxonomyField.set_description()
SSOM System.Void set_Direction(System.String)
CSOM Field.set_Direction(String)
JSOM SP.Taxonomy.TaxonomyField.set_direction()
SSOM System.Void set_EnforceUniqueValues(System.Boolean)
CSOM Field.set_EnforceUniqueValues(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_enforceUniqueValues()
SSOM System.Void set_Group(System.String)
CSOM Field.set_Group(String)
JSOM SP.Taxonomy.TaxonomyField.set_group()
SSOM System.Void set_Hidden(System.Boolean)
CSOM Field.set_Hidden(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_hidden()
SSOM System.Void set_Indexed(System.Boolean)
CSOM Field.set_Indexed(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_indexed()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.Taxonomy.TaxonomyField.set_jSLink()
SSOM System.Void set_ReadOnlyField(System.Boolean)
CSOM Field.set_ReadOnlyField(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_readOnlyField()
SSOM System.Void set_Required(System.Boolean)
CSOM Field.set_Required(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_required()
SSOM System.Void set_SchemaXml(System.String)
CSOM Field.set_SchemaXml(String)
JSOM SP.Taxonomy.TaxonomyField.set_schemaXml()
SSOM System.Void set_StaticName(System.String)
CSOM Field.set_StaticName(String)
JSOM SP.Taxonomy.TaxonomyField.set_staticName()
SSOM System.Void set_Title(System.String)
CSOM Field.set_Title(String)
JSOM SP.Taxonomy.TaxonomyField.set_title()
SSOM System.Void set_Type(Microsoft.SharePoint.SPFieldType)
CSOM Field.set_FieldTypeKind(FieldType)
JSOM SP.Taxonomy.TaxonomyField.set_fieldTypeKind()
SSOM System.Void set_TypeAsString(System.String)
CSOM Field.set_TypeAsString(String)
JSOM SP.Taxonomy.TaxonomyField.set_typeAsString()
SSOM System.Void set_ValidationFormula(System.String)
CSOM Field.set_ValidationFormula(String)
JSOM SP.Taxonomy.TaxonomyField.set_validationFormula()
SSOM System.Void set_ValidationMessage(System.String)
CSOM Field.set_ValidationMessage(String)
JSOM SP.Taxonomy.TaxonomyField.set_validationMessage()
SSOM System.Boolean get_AllowMultipleValues()
CSOM Boolean FieldLookup.get_AllowMultipleValues()
JSOM boolean SP.Taxonomy.TaxonomyField.get_allowMultipleValues()
SSOM System.Boolean get_IsRelationship()
CSOM Boolean FieldLookup.get_IsRelationship()
JSOM boolean SP.Taxonomy.TaxonomyField.get_isRelationship()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.Taxonomy.TaxonomyField.get_jSLink()
SSOM System.String get_LookupField()
CSOM String FieldLookup.get_LookupField()
JSOM string SP.Taxonomy.TaxonomyField.get_lookupField()
SSOM System.String get_LookupList()
CSOM String FieldLookup.get_LookupList()
JSOM string SP.Taxonomy.TaxonomyField.get_lookupList()
SSOM System.Guid get_LookupWebId()
CSOM Guid FieldLookup.get_LookupWebId()
JSOM Guid SP.Taxonomy.TaxonomyField.get_lookupWebId()
SSOM System.String get_PrimaryFieldId()
CSOM String FieldLookup.get_PrimaryFieldId()
JSOM string SP.Taxonomy.TaxonomyField.get_primaryFieldId()
SSOM Microsoft.SharePoint.SPRelationshipDeleteBehavior get_RelationshipDeleteBehavior()
CSOM RelationshipDeleteBehaviorType FieldLookup.get_RelationshipDeleteBehavior()
JSOM RelationshipDeleteBehaviorType SP.Taxonomy.TaxonomyField.get_relationshipDeleteBehavior()
SSOM System.Void set_AllowMultipleValues(System.Boolean)
CSOM FieldLookup.set_AllowMultipleValues(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_allowMultipleValues()
SSOM System.Void set_Indexed(System.Boolean)
CSOM Field.set_Indexed(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_indexed()
SSOM System.Void set_IsRelationship(System.Boolean)
CSOM FieldLookup.set_IsRelationship(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_isRelationship()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.Taxonomy.TaxonomyField.set_jSLink()
SSOM System.Void set_LookupField(System.String)
CSOM FieldLookup.set_LookupField(String)
JSOM SP.Taxonomy.TaxonomyField.set_lookupField()
SSOM System.Void set_LookupList(System.String)
CSOM FieldLookup.set_LookupList(String)
JSOM SP.Taxonomy.TaxonomyField.set_lookupList()
SSOM System.Void set_LookupWebId(System.Guid)
CSOM FieldLookup.set_LookupWebId(Guid)
JSOM SP.Taxonomy.TaxonomyField.set_lookupWebId()
SSOM System.Void set_PrimaryFieldId(System.String)
CSOM FieldLookup.set_PrimaryFieldId(String)
JSOM SP.Taxonomy.TaxonomyField.set_primaryFieldId()
SSOM System.Void set_RelationshipDeleteBehavior(Microsoft.SharePoint.SPRelationshipDeleteBehavior)
CSOM FieldLookup.set_RelationshipDeleteBehavior(RelationshipDeleteBehaviorType)
JSOM SP.Taxonomy.TaxonomyField.set_relationshipDeleteBehavior()
SSOM System.Boolean get_AllowMultipleValues()
CSOM Boolean FieldLookup.get_AllowMultipleValues()
JSOM boolean SP.Taxonomy.TaxonomyField.get_allowMultipleValues()
SSOM System.Guid get_AnchorId()
CSOM Guid TaxonomyField.get_AnchorId()
JSOM Guid SP.Taxonomy.TaxonomyField.get_anchorId()
SSOM System.Boolean get_CreateValuesInEditForm()
CSOM Boolean TaxonomyField.get_CreateValuesInEditForm()
JSOM boolean SP.Taxonomy.TaxonomyField.get_createValuesInEditForm()
SSOM System.Boolean get_IsAnchorValid()
CSOM Boolean TaxonomyField.get_IsAnchorValid()
JSOM boolean SP.Taxonomy.TaxonomyField.get_isAnchorValid()
SSOM System.Boolean get_IsKeyword()
CSOM Boolean TaxonomyField.get_IsKeyword()
JSOM boolean SP.Taxonomy.TaxonomyField.get_isKeyword()
SSOM System.Boolean get_IsPathRendered()
CSOM Boolean TaxonomyField.get_IsPathRendered()
JSOM boolean SP.Taxonomy.TaxonomyField.get_isPathRendered()
SSOM System.Boolean get_IsTermSetValid()
CSOM Boolean TaxonomyField.get_IsTermSetValid()
JSOM boolean SP.Taxonomy.TaxonomyField.get_isTermSetValid()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.Taxonomy.TaxonomyField.get_jSLink()
SSOM System.Boolean get_Open()
CSOM Boolean TaxonomyField.get_Open()
JSOM boolean SP.Taxonomy.TaxonomyField.get_open()
SSOM System.Guid get_SspId()
CSOM Guid TaxonomyField.get_SspId()
JSOM Guid SP.Taxonomy.TaxonomyField.get_sspId()
SSOM System.String get_TargetTemplate()
CSOM String TaxonomyField.get_TargetTemplate()
JSOM string SP.Taxonomy.TaxonomyField.get_targetTemplate()
SSOM System.Guid get_TermSetId()
CSOM Guid TaxonomyField.get_TermSetId()
JSOM Guid SP.Taxonomy.TaxonomyField.get_termSetId()
SSOM System.Guid get_TextField()
CSOM Guid TaxonomyField.get_TextField()
JSOM Guid SP.Taxonomy.TaxonomyField.get_textField()
SSOM System.Boolean get_UserCreated()
CSOM Boolean TaxonomyField.get_UserCreated()
JSOM Guid SP.Taxonomy.TaxonomyField.get_userCreated()
SSOM System.Void set_AllowMultipleValues(System.Boolean)
CSOM FieldLookup.set_AllowMultipleValues(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_allowMultipleValues()
SSOM System.Void set_AnchorId(System.Guid)
CSOM TaxonomyField.set_AnchorId(Guid)
JSOM SP.Taxonomy.TaxonomyField.set_anchorId()
SSOM System.Void set_CreateValuesInEditForm(System.Boolean)
CSOM TaxonomyField.set_CreateValuesInEditForm(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_createValuesInEditForm()
SSOM System.Void set_IsKeyword(System.Boolean)
CSOM TaxonomyField.set_IsKeyword(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_isKeyword()
SSOM System.Void set_IsPathRendered(System.Boolean)
CSOM TaxonomyField.set_IsPathRendered(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_isPathRendered()
SSOM System.Void set_Open(System.Boolean)
CSOM TaxonomyField.set_Open(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_open()
SSOM System.Void set_SspId(System.Guid)
CSOM TaxonomyField.set_SspId(Guid)
JSOM SP.Taxonomy.TaxonomyField.set_sspId()
SSOM System.Void set_TargetTemplate(System.String)
CSOM TaxonomyField.set_TargetTemplate(String)
JSOM SP.Taxonomy.TaxonomyField.set_targetTemplate()
SSOM System.Void set_TermSetId(System.Guid)
CSOM TaxonomyField.set_TermSetId(Guid)
JSOM SP.Taxonomy.TaxonomyField.set_termSetId()
SSOM System.Void set_UserCreated(System.Boolean)
CSOM TaxonomyField.set_UserCreated(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_userCreated()

Methods

SSOM System.Void .cctor()
CSOM ctor(ClientRuntimeContext,ObjectPath)
JSOM constructor SP.Taxonomy.TaxonomyField.constructor(ClientContext,FieldCollection,string)
SSOM System.Void Delete()
CSOM Field.DeleteObject()
JSOM SP.Taxonomy.TaxonomyField.deleteObject()
SSOM System.String GetFieldValueAsHtml(System.Object)
CSOM ClientResult TaxonomyField.GetFieldValueAsHtml(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getFieldValueAsHtml(TaxonomyFieldValue)
SSOM System.String GetFieldValueAsText(System.Object)
CSOM ClientResult TaxonomyField.GetFieldValueAsText(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getFieldValueAsText(TaxonomyFieldValue)
SSOM System.String GetValidatedString(System.Object)
CSOM ClientResult TaxonomyField.GetValidatedString(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getValidatedString(TaxonomyFieldValue)
SSOM System.Void SetHidden(System.Boolean)
CSOM Field.set_Hidden(Boolean)
JSOM SP.Taxonomy.TaxonomyField.set_hidden()
SSOM System.Void SetShowInDisplayForm(System.Boolean)
CSOM Field.SetShowInDisplayForm(Boolean)
JSOM SP.Taxonomy.TaxonomyField.setShowInDisplayForm(boolean)
SSOM System.Void SetShowInEditForm(System.Boolean)
CSOM Field.SetShowInEditForm(Boolean)
JSOM SP.Taxonomy.TaxonomyField.setShowInEditForm(boolean)
SSOM System.Void SetShowInNewForm(System.Boolean)
CSOM Field.SetShowInNewForm(Boolean)
JSOM SP.Taxonomy.TaxonomyField.setShowInNewForm(boolean)
SSOM System.Void Update()
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void Update(System.Boolean)
CSOM Field.UpdateAndPushChanges(Boolean)
JSOM SP.Taxonomy.TaxonomyField.updateAndPushChanges(boolean)
SSOM System.Void UpdateCore(System.Boolean)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateInWeb(System.Boolean)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateSchemaXmlInWeb(System.String, System.Boolean, System.Boolean, System.Boolean, System.String, System.Collections.Generic.List`1<System.String>, System.Collections.Generic.List`1<System.Guid>)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.String GetFieldValueAsHtml(System.Object)
CSOM ClientResult TaxonomyField.GetFieldValueAsHtml(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getFieldValueAsHtml(TaxonomyFieldValue)
SSOM System.String GetFieldValueAsText(System.Object)
CSOM ClientResult TaxonomyField.GetFieldValueAsText(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getFieldValueAsText(TaxonomyFieldValue)
SSOM System.String GetFieldValueAsHtml(System.Object)
CSOM ClientResult TaxonomyField.GetFieldValueAsHtml(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getFieldValueAsHtml(TaxonomyFieldValue)
SSOM Microsoft.SharePoint.Taxonomy.TaxonomyFieldValue GetFieldValueAsTaxonomyFieldValue(System.String)
CSOM ClientResult TaxonomyField.GetFieldValueAsTaxonomyFieldValue(String)
JSOM TaxonomyFieldValue SP.Taxonomy.TaxonomyField.getFieldValueAsTaxonomyFieldValue(string)
SSOM Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection GetFieldValueAsTaxonomyFieldValueCollection(System.String)
CSOM TaxonomyFieldValueCollection TaxonomyField.GetFieldValueAsTaxonomyFieldValueCollection(String)
JSOM TaxonomyFieldValueCollection SP.Taxonomy.TaxonomyField.getFieldValueAsTaxonomyFieldValueCollection(string)
SSOM System.String GetFieldValueAsText(System.Object)
CSOM ClientResult TaxonomyField.GetFieldValueAsText(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getFieldValueAsText(TaxonomyFieldValue)
SSOM System.String GetValidatedString(System.Object)
CSOM ClientResult TaxonomyField.GetValidatedString(Object)
JSOM StringResult SP.Taxonomy.TaxonomyField.getValidatedString(TaxonomyFieldValue)
SSOM System.Void Update()
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateCatalogList(Microsoft.SharePoint.SPList, System.Collections.Generic.List`1<System.Int32>)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateCatalogListItems(Microsoft.SharePoint.SPSite, System.Collections.Generic.List`1<System.Int32>)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateFromDictionary(System.Collections.Generic.Dictionary`2<System.String, System.String>)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateHiddenListColumns(Microsoft.SharePoint.SPList, System.Collections.Generic.Dictionary`2<System.Int32, System.Boolean>)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
SSOM System.Void UpdateHiddenListItem(Microsoft.SharePoint.SPListItem, Microsoft.SharePoint.Taxonomy.Term, System.Boolean, System.Collections.Generic.List`1<System.Int32>&)
CSOM Field.Update()
JSOM SP.Taxonomy.TaxonomyField.update()
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.