| WikiPageStubIsInvalid Property |
This is preliminary documentation and is subject to change.
Checks whether the structure represents a invalid page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool IsInvalid { get; }
Public ReadOnly Property IsInvalid As Boolean
Get
Dim instance As WikiPageStub
Dim value As Boolean
value = instance.IsInvalid
public:
property bool IsInvalid {
bool get ();
}
member IsInvalid : bool with get
Property Value
BooleanRemarks An invalid page is usually a page reference with invalid title.
If the returned value is false, the caller still cannot confirm the page
does exist, unless otherwise informed so.
See Also