Revisions | 
This is preliminary documentation and is subject to change.
The RevisionsGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| DistinctGeneratedPages | 
            When using the default implementation of EnumPagesAsync(IWikiPageQueryProvider),
            determines whether to remove duplicate page results generated from generator results.
             (Inherited from WikiPagePropertyGeneratorTItem)  | |
| EndRevisionId | Revision ID to stop listing at. | |
| EndTime | The timestamp to end listing at. | |
| ExcludedUserName | Do not list revisions made by this user. | |
| GeneratorName | (Inherited from WikiPagePropertyGeneratorTItem)  | |
| PageId | 
            Gets/sets the page ID from which to get the list-like property value.
             (Inherited from WikiPagePropertyListT)  | |
| PageTitle | 
            Gets/sets the page title from which to get the list-like property value.
             (Inherited from WikiPagePropertyListT)  | |
| PaginationSize | 
            Gets/sets maximum items returned per MediaWiki API invocation.
             (Inherited from WikiPagePropertyListT)  | |
| PropertyName | 
            Gets the name of the property, used as the value of prop parameter in action=query request.
             (Overrides WikiPagePropertyListTPropertyName)  | |
| PropertyProvider | Gets/sets the page query options for EnumItemsAsync(CancellationToken) | |
| Site | Gets the MediaWiki site this instance applies to. (Inherited from WikiPagePropertyListT)  | |
| StartRevisionId | Revision ID to start listing from. | |
| StartTime | The timestamp to start listing from. | |
| TimeAscending | Whether to list revisions in ascending order of time. | |
| UserName | Only list revisions made by this user. |