Click or drag to resize

WikiPageExtensionsCreateRevisionsGenerator Method

This is preliminary documentation and is subject to change.

Creates a RevisionsGenerator instance from the specified page, which enumerates the sequence of revisions on the page.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public static RevisionsGenerator CreateRevisionsGenerator(
	this WikiPage page
)

Parameters

page  WikiPage
The page.

Return Value

RevisionsGenerator

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WikiPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also