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