Recent |
This is preliminary documentation and is subject to change.
The RecentChangeItem type exposes the following members.
Name | Description | |
---|---|---|
RecentChangeItem | Initializes a new instance of the RecentChangeItem class |
Name | Description | |
---|---|---|
Comment | The edit/log comment. | |
DeltaContentLength | The difference of NewContentLength from OldContentLength. | |
Flags | ||
Id | ID of recent change entry. | |
LogAction | Specific log action. | |
LogId | For log items, ID of the log entry. | |
LogParams | For log items, gets additional log parameters. | |
LogType | For log items, gets log type name. | |
NamespaceId | Namespace ID of the page affected by this item. | |
NewContentLength | Content length of the new revision affected by this item. | |
OldContentLength | Content length of the old revision affected by this item. | |
OldRevisionId | ID of the old revision affected by this item. | |
PageId | ID of the page affected by this item. | |
ParsedComment | The parsed comment for the edit/log comment. | |
PatrolStatus | ||
Redirect | ||
RevisionId | ID of the new revision affected by this item. | |
Sha1 | SHA-1 hash of the updated revision. | |
Tags | ||
TimeStamp | The time and date of the change. | |
Title | Full title of the page affected by this item. | |
Type | Recent change type. | |
UserId | The user ID who was responsible for the recent change. | |
UserName | Name of the user making this recent change. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
PatrolAsync | Asynchronously patrol the change. | |
PatrolAsync(CancellationToken) | Asynchronously patrol the change. | |
ToLogEventItem | If the current recent change item is a log event, returns the corresponding log event item. | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |