Click or drag to resize

LinksGeneratorMatchingTitles Property

This is preliminary documentation and is subject to change.

Only list links to these titles. Useful for checking whether a certain page links to a certain title. (MediaWiki 1.17+)

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public IEnumerable<string>? MatchingTitles { get; set; }

Property Value

IEnumerableString
a sequence of page titles, or null to list all the linked pages.
See Also