ChangedSite Class

Represents an event that occured that changes something in the hidden list.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Taxonomy.ChangedItem
    Microsoft.SharePoint.Taxonomy.ChangedSite

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ChangedSite _
    Inherits ChangedItem
'Usage
Dim instance As ChangedSite
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.

See Also

Reference

ChangedSite Members

Microsoft.SharePoint.Taxonomy Namespace