 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic 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
String
RemarksFor how the missing pages are handled, see the "remarks" section of
WikiPageStub.
See Also