All | 
This is preliminary documentation and is subject to change.
The AllPagesGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
| 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).
             (Inherited from WikiPageGeneratorTItem)  | |
| EndTitle | The page title to stop enumerating at. | |
| GeneratorName | 
            The name of generator, used as the value of generator parameter in action=query request.
             (Inherited from WikiPageGeneratorTItem)  | |
| LanguageLinkFilter | How to filter based on whether a page has language links. | |
| ListName | 
            The name of list, used as the value of list parameter in action=query request.
             (Overrides WikiListTListName)  | |
| MaxPageContentLength | Only list pages that are at most this many bytes in size. | |
| MinPageContentLength | Only list pages that are at least this many bytes in size. | |
| NamespaceId | List all the pages in this namespace. | |
| PaginationSize | 
            Gets/sets maximum items returned per MediaWiki API invocation.
             (Inherited from WikiListT)  | |
| Prefix | Only list titles that start with this value. | |
| RedirectsFilter | How to filter redirects. | |
| Site | Gets the MediaWiki site this instance applies to. (Inherited from WikiListT)  | |
| StartTitle | Start listing at this title. The title need not exist. |