3.1.5.8 Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetItem

TypeId: {F99351D7-E3F3-4185-A0CA-D0426FF83FDE}

ShortName: SP.Publishing.Navigation.NavigationTermSetItem

The NavigationTermSetItem class is an abstract base class for the NavigationTermSet (section 3.1.5.7) and NavigationTerm (section 3.1.5.5) classes.

Remarks:

The NavigationTermSetItem class is analogous to the TermSetItem ([MS-EMMCSOM] section 3.1.5.22) class.

The NavigationTerm and NavigationTermSet objects have two modes: an "editable" mode that is required in order to make updates to the object, and a "read-only" mode that, when used, improves performance by retrieving the object from the taxonomy navigation cache. The read-only mode is indicated by the NavigationTermSetItem.IsReadOnly property (section 3.1.5.8.1.1.4).

If the NavigationTermSetItem is read-only and the protocol client attempts to assign any property or call any method that would change the object state, then the protocol server MUST return an InvalidOperationException error.