Click or drag to resize

WikiPageExtensionsCreateCategoriesGenerator Method

This is preliminary documentation and is subject to change.

Creates a CategoriesGenerator instance from the specified page, which enumerates the categories used on the page.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static CategoriesGenerator CreateCategoriesGenerator(
	this WikiPage page
)

Parameters

page  WikiPage
The page.

Return Value

CategoriesGenerator

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