TaxonomyFieldValueCollection class
SharePoint 2013
Represents the multi-value object for the taxonomy column.
System.Object
System.Collections.Generic.List<TaxonomyFieldValue>
Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection
System.Collections.Generic.List<TaxonomyFieldValue>
Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
[ClientCallableTypeAttribute(ServerTypeId = "C3DFAE10-F3BF-4894-9012-BB60665B6D91", CollectionChildItemType = typeof(TaxonomyFieldValue), ClientLibraryTargets = ClientLibraryTargets.NonRESTful)] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] public class TaxonomyFieldValueCollection : List<TaxonomyFieldValue>