Click or drag to resize

WikiPageExtensions Class

This is preliminary documentation and is subject to change.

Extension method for constructing generators from WikiPage.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.GeneratorsWikiPageExtensions

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class WikiPageExtensions

The WikiPageExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCreateCategoriesGenerator Creates a CategoriesGenerator instance from the specified page, which enumerates the categories used on the page.
Public Extension MethodCreateFilesGenerator Creates a FilesGenerator instance from the specified page, which generates files from all used files on the page.
Public Extension MethodCreateLinksGenerator Creates a LinksGenerator instance from the specified page, which generates pages from all links on the page.
Public Extension MethodCreateRevisionsGenerator Creates a RevisionsGenerator instance from the specified page, which enumerates the sequence of revisions on the page.
Public Extension MethodCreateTransclusionsGenerator Creates a TransclusionsGenerator instance from the specified page, which generates pages from all pages (typically templates) transcluded in the page.
Top
See Also