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.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
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