TermSetItem class
SharePoint Online
Provides an abstraction of the TaxonomyItem object that is a parent of Term objects.
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
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)
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.
Show: