Click or drag to resize

WikiPageStubIsSpecial Property

This is preliminary documentation and is subject to change.

Checks whether the structure represents a Special page.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public bool IsSpecial { get; }

Property Value

Boolean
Remarks
If the returned value is false, the caller still cannot confirm the page is not a Special page, unless otherwise informed so.
See Also