Click or drag to resize

Utility.GetWikiPageInfo Method

Retrieves Wikipedia information for a specific Page Id and returns selected details of the page.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public static Task<WikiPageInfo> GetWikiPageInfo(
	long pageid
)

Parameters

pageid  Int64

[Missing <param name="pageid"/> documentation for "M:Orthogonal.Hoarder.StdLib.Utility.GetWikiPageInfo(System.Int64)"]

Return Value

Task<WikiPageInfo>
The page information currently just contains the full Uri of the page.
See Also