Click or drag to resize

WikiPageCategoryInfo Constructor

This is preliminary documentation and is subject to change.

Initializes a new instance of the WikiPageCategoryInfo class

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public WikiPageCategoryInfo(
	WikiPageStub page,
	bool isHidden,
	string sortKey,
	string fullSortKey,
	DateTime timeStamp
)

Parameters

page  WikiPageStub

[Missing <param name="page"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.WikiPageCategoryInfo.#ctor(WikiClientLibrary.Pages.WikiPageStub,System.Boolean,System.String,System.String,System.DateTime)"]

isHidden  Boolean

[Missing <param name="isHidden"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.WikiPageCategoryInfo.#ctor(WikiClientLibrary.Pages.WikiPageStub,System.Boolean,System.String,System.String,System.DateTime)"]

sortKey  String

[Missing <param name="sortKey"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.WikiPageCategoryInfo.#ctor(WikiClientLibrary.Pages.WikiPageStub,System.Boolean,System.String,System.String,System.DateTime)"]

fullSortKey  String

[Missing <param name="fullSortKey"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.WikiPageCategoryInfo.#ctor(WikiClientLibrary.Pages.WikiPageStub,System.Boolean,System.String,System.String,System.DateTime)"]

timeStamp  DateTime

[Missing <param name="timeStamp"/> documentation for "M:WikiClientLibrary.Pages.Queries.Properties.WikiPageCategoryInfo.#ctor(WikiClientLibrary.Pages.WikiPageStub,System.Boolean,System.String,System.String,System.DateTime)"]

See Also