Click or drag to resize

WikiPageStub(Int32, String, Int32) Constructor

This is preliminary documentation and is subject to change.

Note: This API is now obsolete.

Initializes a new instance of the WikiPageStub class

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[ObsoleteAttribute("Use long as id type instead of int.")]
public WikiPageStub(
	int id,
	string? title,
	int namespaceId
)

Parameters

id  Int32

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

title  String

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

namespaceId  Int32

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

See Also