Click or drag to resize

WikiPageStubNewSpecialPage(String, Int32, Boolean) Method

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "M:WikiClientLibrary.Pages.WikiPageStub.NewSpecialPage(System.String,System.Int32,System.Boolean)"]


Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public static WikiPageStub NewSpecialPage(
	string title,
	int namespaceId,
	bool isMissing
)

Parameters

title  String

[Missing <param name="title"/> documentation for "M:WikiClientLibrary.Pages.WikiPageStub.NewSpecialPage(System.String,System.Int32,System.Boolean)"]

namespaceId  Int32

[Missing <param name="namespaceId"/> documentation for "M:WikiClientLibrary.Pages.WikiPageStub.NewSpecialPage(System.String,System.Int32,System.Boolean)"]

isMissing  Boolean

[Missing <param name="isMissing"/> documentation for "M:WikiClientLibrary.Pages.WikiPageStub.NewSpecialPage(System.String,System.Int32,System.Boolean)"]

Return Value

WikiPageStub
See Also