Click or drag to resize

AllCategoriesGenerator Properties

This is preliminary documentation and is subject to change.

The AllCategoriesGenerator type exposes the following members.

Properties
 NameDescription
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).
(Inherited from WikiPageGeneratorTItem)
Public propertyEndTitle The page title to stop enumerating at.
Public propertyGeneratorName The name of generator, used as the value of generator parameter in action=query request.
(Inherited from WikiPageGeneratorTItem)
Public propertyListName The name of list, used as the value of list parameter in action=query request.
(Overrides WikiListTListName)
Public propertyMaxChildrenCount Maximum number of category members.
Public propertyMinChildrenCount Minimum number of category members.
Public propertyPaginationSize Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiListT)
Public propertyPrefix Search for all category titles that begin with this value.
Public propertySiteGets the MediaWiki site this instance applies to.
(Inherited from WikiListT)
Public propertyStartTitle Start listing at this title. The title does not have to exist.
Top
See Also