| WikiPageStub(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(
string title,
int namespaceId
)
Public Sub New (
title As String,
namespaceId As Integer
)
Dim title As String
Dim namespaceId As Integer
Dim instance As New WikiPageStub(title, namespaceId)
public:
WikiPageStub(
String^ title,
int namespaceId
)
new :
title : string *
namespaceId : int -> WikiPageStub
Parameters
- title String
- Page full title. null for unknown. Empty will be normalized into null.
- namespaceId Int32
- Page namespace ID. UnknownNamespaceId for unknown.
See Also