Click or drag to resize

MyWatchlistGenerator Properties

This is preliminary documentation and is subject to change.

The MyWatchlistGenerator 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 propertyFromTitle Title (with namespace prefix) to begin enumerating from.
Public propertyGeneratorName The name of generator, used as the value of generator parameter in action=query request.
(Inherited from WikiPageGeneratorTItem)
Public propertyListName
(Overrides WikiListTListName)
Public propertyNamespaceIds Only list pages in the given namespaces.
Public propertyNotChangedPagesFilter Only show pages that have not been changed.
Public propertyOrderDescending Gets/sets a value that indicates whether the links should be listed in the descending order. (MediaWiki 1.19+)
Public propertyPaginationSize Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiListT)
Public propertySiteGets the MediaWiki site this instance applies to.
(Inherited from WikiListT)
Public propertyToTitle Title (with namespace prefix) to stop enumerating at.
Top
See Also