ChangedSite class
Represents an event that occurred that changes something in the hidden list.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Taxonomy.ChangedItem
Microsoft.SharePoint.Client.Taxonomy.ChangedSite
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public NotInheritable Class ChangedSite _
Inherits ChangedItem
'Usage
Dim instance As ChangedSite
public sealed class ChangedSite : ChangedItem
Remarks
Because the hidden list is scoped to the site, it is called ChangedSite. Events that trigger this event include using an item for the first time or merging an item.
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.