Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a change that has been made to a SharePoint object within the scope of an item, list, Web site, site collection, or content database, or to a security policy within the scope of a Web application.
The SPChange type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChangeToken | Gets the unique change token of the object that has changed. |
![]() |
ChangeType | Gets the type of change that has been made to the item. |
![]() |
InternalListId | Gets the ID of the list that contains the changed object. |
![]() |
InternalUniqueId | Gets the ID of the changed object. |
![]() |
InternalUrl | Gets the URL of the changed object. |
![]() |
InternalWebId | Gets the ID of the Website that contains the changed object. |
![]() |
SiteId | Gets the site ID of the site collection in which the object changed. |
![]() |
Time | Gets the time at which the change was committed to the change log. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top