Click or drag to resize

RevisionsGenerator Properties

This is preliminary documentation and is subject to change.

The RevisionsGenerator type exposes the following members.

Properties
 NameDescription
Protected propertyDistinctGeneratedPages When using the default implementation of EnumPagesAsync(IWikiPageQueryProvider), determines whether to remove duplicate page results generated from generator results.
(Inherited from WikiPagePropertyGeneratorTItem)
Public propertyEndRevisionId Revision ID to stop listing at.
Public propertyEndTime The timestamp to end listing at.
Public propertyExcludedUserName Do not list revisions made by this user.
Public propertyGeneratorName
(Inherited from WikiPagePropertyGeneratorTItem)
Public propertyPageId Gets/sets the page ID from which to get the list-like property value.
(Inherited from WikiPagePropertyListT)
Public propertyPageTitle Gets/sets the page title from which to get the list-like property value.
(Inherited from WikiPagePropertyListT)
Public propertyPaginationSize Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiPagePropertyListT)
Public propertyPropertyName Gets the name of the property, used as the value of prop parameter in action=query request.
(Overrides WikiPagePropertyListTPropertyName)
Public propertyPropertyProvider Gets/sets the page query options for EnumItemsAsync(CancellationToken)
Public propertySiteGets the MediaWiki site this instance applies to.
(Inherited from WikiPagePropertyListT)
Public propertyStartRevisionId Revision ID to start listing from.
Public propertyStartTime The timestamp to start listing from.
Public propertyTimeAscending Whether to list revisions in an ascending order of time.
Public propertyUserName Only list revisions made by this user.
Top
See Also