Transclusions |
This is preliminary documentation and is subject to change.
The TransclusionsGenerator type exposes the following members.
Name | Description | |
---|---|---|
TransclusionsGenerator(WikiSite) | Initializes a new instance of the TransclusionsGenerator class | |
TransclusionsGenerator(WikiSite, WikiPageStub) | Initializes a new instance of the TransclusionsGenerator class |
Name | Description | |
---|---|---|
DistinctGeneratedPages |
When using the default implementation of EnumPagesAsync(IWikiPageQueryProvider),
determines whether to remove duplicate page results generated from generator results.
(Inherited from WikiPagePropertyGeneratorTItem) | |
GeneratorName | (Inherited from WikiPagePropertyGeneratorTItem) | |
MatchingTitles | Only list transclusion to these titles. Useful for checking whether a certain page links to a certain title. (MediaWiki 1.17+) | |
NamespaceIds | Only list pages in these namespaces. | |
OrderDescending | Gets/sets a value that indicates whether the links should be listed in the descending order. (MediaWiki 1.19+) | |
PageId |
Gets/sets the page ID from which to get the list-like property value.
(Inherited from WikiPagePropertyListT) | |
PageTitle |
Gets/sets the page title from which to get the list-like property value.
(Inherited from WikiPagePropertyListT) | |
PaginationSize |
Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiPagePropertyListT) | |
PropertyName |
Gets the name of the property, used as the value of prop parameter in action=query request.
(Overrides WikiPagePropertyListTPropertyName) | |
Site | Gets the MediaWiki site this instance applies to. (Inherited from WikiPagePropertyListT) |
Name | Description | |
---|---|---|
EnumGeneratorParameters |
Fills generator parameters for action=query&generator= request.
(Inherited from WikiPagePropertyGeneratorTItem) | |
EnumItemsAsync |
Asynchronously enumerates all the items in the list.
(Inherited from WikiPagePropertyListT) | |
EnumListParameters |
When overridden, fills generator parameters for action=query&prop={PropertyName} request.
(Overrides WikiPagePropertyListTEnumListParameters) | |
EnumPagesAsync |
Asynchronously generate the sequence of pages.
(Inherited from WikiPagePropertyGeneratorTItem) | |
EnumPagesAsync(IWikiPageQueryProvider) |
Asynchronously generates the sequence of pages.
(Inherited from WikiPagePropertyGeneratorTItem) | |
EnumPagesAsync(PageQueryOptions) |
Asynchronously generates the sequence of pages.
(Inherited from WikiPagePropertyGeneratorTItem) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ItemFromJson |
Parses an item contained in the action=query&prop={PropertyName} JSON response.
(Inherited from WikiPagePropertyGenerator) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from WikiPagePropertyListT) |