| WikiPageStub(Int32, String, Int32) Constructor |
This is preliminary documentation and is subject to change.
Note: This API is now obsolete.
Namespace: WikiClientLibrary.PagesAssembly: 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
)
<ObsoleteAttribute("Use long as id type instead of int.")>
Public Sub New (
id As Integer,
title As String,
namespaceId As Integer
)
Dim id As Integer
Dim title As String
Dim namespaceId As Integer
Dim instance As New WikiPageStub(id, title,
namespaceId)
public:
[ObsoleteAttribute(L"Use long as id type instead of int.")]
WikiPageStub(
int id,
String^ title,
int namespaceId
)
[<ObsoleteAttribute("Use long as id type instead of int.")>]
new :
id : int *
title : string *
namespaceId : int -> WikiPageStub
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