Recent |
This is preliminary documentation and is subject to change.
The RecentChangesGenerator type exposes the following members.
Name | Description | |
---|---|---|
AnonymousFilter | Whether to list edits by anonymous users. | |
BotFilter | Whether to list bot edits. | |
CompatibilityOptions |
Gets/sets the compatibility options used with this list.
(Inherited from WikiListT) | |
DistinctGeneratedPages |
When using the default implementation of EnumPagesAsync(IWikiPageQueryProvider),
determines whether to remove duplicate page results generated from generator results.
This property does not affect the behavior of EnumItemsAsync(CancellationToken).
(Overrides WikiPageGeneratorTItemDistinctGeneratedPages) | |
EndTime | The timestamp to end listing at. | |
ExcludedUserName | Do not list changes made by this user. | |
GeneratorName |
The name of generator, used as the value of generator parameter in action=query request.
(Inherited from WikiPageGeneratorTItem) | |
LastRevisionsOnly | Only list changes which are the latest revision. | |
ListName |
The name of list, used as the value of list parameter in action=query request.
(Overrides WikiListTListName) | |
MinorFilter | Whether to list minor edits. | |
NamespaceIds | Only list pages in these namespaces. | |
PaginationSize |
Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiListT) | |
PatrolledFilter | Whether to list edits flagged as patrolled. Only available to users with the patrol right. | |
RedirectsFilter | Whether to list edits to pages that are currently redirects. | |
Site | Gets the MediaWiki site this instance applies to. (Inherited from WikiListT) | |
StartTime | The timestamp to start listing from. (May not be more than $wgRCMaxAge into the past, which on Wikimedia wikis is 30 days.) | |
Tag | Only list changes tagged with this tag. | |
TimeAscending | Whether to list pages in an ascending order of time. (Default: false) | |
TypeFilters | Only list certain types of changes. | |
UserName | Only list changes made by this user. |