| WikiPageStub(Int64, String, Int32) Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public WikiPageStub(
long id,
string? title,
int namespaceId
)
Public Sub New (
id As Long,
title As String,
namespaceId As Integer
)
Dim id As Long
Dim title As String
Dim namespaceId As Integer
Dim instance As New WikiPageStub(id, title,
namespaceId)
public:
WikiPageStub(
long long id,
String^ title,
int namespaceId
)
new :
id : int64 *
title : string *
namespaceId : int -> WikiPageStub
Parameters
- id Int64
- Page ID. 0 for unknown.
- title String
- Page full title. null for unknown. Empty will be normalized into null.
- namespaceId Int32
- Page namespace ID. UnknownNamespaceId for unknown.
See Also