Click or drag to resize

PostExists Property

This is preliminary documentation and is subject to change.

Gets a value, determining whether the page exists.

Namespace: WikiClientLibrary.Wikia.Discussions
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public bool Exists { get; }

Property Value

Boolean
Remarks
If you have created the Post instance via its constructor, this value is valid only after a RefreshAsync call.
See Also