Click or drag to resize

RecentChangesGenerator Properties

This is preliminary documentation and is subject to change.

The RecentChangesGenerator type exposes the following members.

Properties
 NameDescription
Public propertyAnonymousFilter Whether to list edits by anonymous users.
Public propertyBotFilter Whether to list bot edits.
Public propertyCompatibilityOptions Gets/sets the compatibility options used with this list.
(Inherited from WikiListT)
Protected propertyDistinctGeneratedPages 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)
Public propertyEndTime The timestamp to end listing at.
Public propertyExcludedUserName Do not list changes made by this user.
Public propertyGeneratorName The name of generator, used as the value of generator parameter in action=query request.
(Inherited from WikiPageGeneratorTItem)
Public propertyLastRevisionsOnly Only list changes which are the latest revision.
Public propertyListName The name of list, used as the value of list parameter in action=query request.
(Overrides WikiListTListName)
Public propertyMinorFilter Whether to list minor edits.
Public propertyNamespaceIds Only list pages in these namespaces.
Public propertyPaginationSize Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiListT)
Public propertyPatrolledFilter Whether to list edits flagged as patrolled. Only available to users with the patrol right.
Public propertyRedirectsFilter Whether to list edits to pages that are currently redirects.
Public propertySiteGets the MediaWiki site this instance applies to.
(Inherited from WikiListT)
Public propertyStartTime The timestamp to start listing from. (May not be more than $wgRCMaxAge into the past, which on Wikimedia wikis is 30 days.)
Public propertyTag Only list changes tagged with this tag.
Public propertyTimeAscending Whether to list pages in an ascending order of time. (Default: false)
Public propertyTypeFilters Only list certain types of changes.
Public propertyUserName Only list changes made by this user.
Top
See Also