Compartir a través de


del método TaxonomyField.SetFieldValue

Lista de sobrecarga

  Nombre Descripción
Método público SetFieldValue(SPListItem, TaxonomyFieldValue) Sets the value of the corresponding field in the list item to the value of the specified TaxonomyFieldValue object.
Método público SetFieldValue(SPListItem, TaxonomyFieldValueCollection) Sets the value of the corresponding multi-valued field in the list item to the value of the specified TaxonomyFieldValueCollection object.
Método público SetFieldValue(SPListItem, Term) Sets the value of the corresponding field in the list item to the properties of the specified Term object in the default language of the TermStore object.
Método público SetFieldValue(SPListItem, TermCollection) Sets the value of the corresponding multi-value field in the list item to the properties of the Term objects in the specified collection.
Método público SetFieldValue(SPListItem, ICollection<Term>) Sets the value of the corresponding multi-value field in the list item to the properties of the T:Microsoft.SharePoint.Taxonomy.Term objects in the specified collection.
Método público SetFieldValue(SPListItem, Term, Int32) Sets the value of the corresponding field in the list item to the properties of the specified Term in the specified language.
Método público SetFieldValue(SPListItem, TermCollection, Int32) Sets the value of the corresponding multi-value field in the list item to the properties of the Term objects in the specified collection, in the specified language.
Método público SetFieldValue(SPListItem, ICollection<Term>, Int32) Sets the value of the corresponding multi-value field in the list item to the properties of the Term objects in the specified collection, in the specified language.

Arriba

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy