SPChangeItem members
Represents a change to an item.
The SPChangeItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
AfterId | Gets an integer that identifies the item after a change that involves URL renaming. | |
AfterListId | Gets the GUID of the list that contains the item after a change that involves URL renaming. | |
BeforeId | Gets an integer that identifies the item before a change that involves URL renaming. | |
BeforeListId | Gets the GUID of the list that contains the item before a change that involves URL renaming. | |
ChangeToken | Gets the unique change token of the object that has changed. (Inherited from SPChange.) | |
ChangeType | Gets the type of change that has been made to the item. (Inherited from SPChange.) | |
Id | Gets the integer that identifies the item that has changed. | |
InternalListId | Gets the ID of the list that contains the changed object. (Inherited from SPChange.) | |
InternalUniqueId | Gets the ID of the changed object. (Inherited from SPChange.) | |
InternalUrl | Gets the URL of the changed object. (Inherited from SPChange.) | |
InternalWebId | Gets the ID of the Website that contains the changed object. (Inherited from SPChange.) | |
ListId | Gets the GUID of the list containing the item that has changed. | |
SiteId | Gets the site ID of the site collection in which the object changed. (Inherited from SPChange.) | |
Time | Gets the time at which the change was committed to the change log. (Inherited from SPChange.) | |
UniqueId | Gets the GUID of the item that has changed. | |
WebId | Gets the GUID of the site containing the item that has changed. |
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