Microsoft.SharePoint.Taxonomy.Generic namespace

Includes classes for collections of generic taxonomy items.

Classes

  Class Description
Public class GenericCollection<T> The GenericCollection class for all public generic collections.
Public class IndexedCollection<T> Represents a generic abstract base class collection with support for containing items which require integer, string and GUID indexers
Public class PropertyCollection<T> A generic abstract base class collection with support for containing items that are complex property types such as Label
Public class ReadOnlyDictionary<TKey, TValue> Represents a read-only collection of keys and values.
Public class TaxonomyItemCollection<T> Represents a generic abstract base class collection with support for containing taxonomy items such as the Group object and the Term object.