| WikiPageStub(Int64) 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
)
Public Sub New (
id As Long
)
Dim id As Long
Dim instance As New WikiPageStub(id)
public:
WikiPageStub(
long long id
)
new :
id : int64 -> WikiPageStub
Parameters
- id Int64
- Page ID. 0 for unknown.
See Also