| FilesGeneratorMatchingTitles Property |
This is preliminary documentation and is subject to change.
Only list these files. Useful for checking whether a certain page has a certain file.
(MediaWiki 1.17+)
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public IEnumerable<string>? MatchingTitles { get; set; }
Public Property MatchingTitles As IEnumerable(Of String)
Get
Set
Dim instance As FilesGenerator
Dim value As IEnumerable(Of String)
value = instance.MatchingTitles
instance.MatchingTitles = value
public:
property IEnumerable<String^>^ MatchingTitles {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member MatchingTitles : IEnumerable<string> with get, set
Property Value
IEnumerableStringa sequence of page titles, or
null to list all the used files.
See Also