Click or drag to resize

PostQueryOptions Enumeration

This is preliminary documentation and is subject to change.

Provides options for fetching a post from the server.

Namespace: WikiClientLibrary.Wikia.Discussions
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[FlagsAttribute]
public enum PostQueryOptions
Members
Member nameValueDescription
None0No options.
ExactAuthoringInformation1 Asks for exact author information, even if we are fetching for multiple comments at one time.
See Also