ChangedItemType enumeration

Represents the type of changed object.

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

Syntax

'Declaration
Public Enumeration ChangedItemType
'Usage
Dim instance As ChangedItemType
public enum ChangedItemType

Members

Member name Description
Unknown The change is not valid.
Term Represents a Term object.
TermSet Represents a TermSet object.
Group Represents a Group object.
TermStore Represents a TermStore object.

The change indicated is a global change, such as the set of available languages that have been changed.

Site Represents a reused Term on a site.

See also

Reference

Microsoft.SharePoint.Client.Taxonomy namespace