TermSetItem class

Provides an abstraction of the TaxonomyItem object that is a parent of Term objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem
      Microsoft.SharePoint.Client.Taxonomy.TermSetItem
        Microsoft.SharePoint.Client.Taxonomy.Term
        Microsoft.SharePoint.Client.Taxonomy.TermSet

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public Class TermSetItem _
    Inherits TaxonomyItem
'Usage
Dim instance As TermSetItem
public class TermSetItem : TaxonomyItem

Remarks

TermSetItem is an abstract class and must be overridden. It contains references to the parts that define a TaxonomyItem object (e.g., Name, Id). It also contains a collection of child Term objects and provides interface to retrieve or update the child Term objects. If the TermSetItem is an Orphan or Keyword, it must not have any children.

Each TermSetItem has a user associated with it as the owner. It has a flag indicating if it can be used in the tagging UI.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TermSetItem members

Microsoft.SharePoint.Client.Taxonomy namespace