TaxonomyField.SetFieldValueByCollection Method
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.Remote]
public void SetFieldValueByCollection (Microsoft.SharePoint.Client.ListItem item, System.Collections.ObjectModel.Collection<Microsoft.SharePoint.Client.Taxonomy.Term> terms, int lcid);
member this.SetFieldValueByCollection : Microsoft.SharePoint.Client.ListItem * System.Collections.ObjectModel.Collection<Microsoft.SharePoint.Client.Taxonomy.Term> * int -> unit
Public Sub SetFieldValueByCollection (item As ListItem, terms As Collection(Of Term), lcid As Integer)
Parameters
- item
- ListItem
- terms
- Collection<Term>
- lcid
- Int32
- Attributes