| WikiPageStubMissingPageTitle Field |
This is preliminary documentation and is subject to change.
The
Title value used for missing page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public const string MissingPageTitle = "#Missing"
Public Const MissingPageTitle As String = "#Missing"
Dim value As String
value = WikiPageStub.MissingPageTitle
public:
literal String^ MissingPageTitle = "#Missing"
static val mutable MissingPageTitle: string
Field Value
StringRemarks For how the missing pages are handled, see the "remarks" section of
WikiPageStub.
See Also