Click or drag to resize

PostCreationOptions Enumeration

This is preliminary documentation and is subject to change.

Provides options for creating or repying to a post.

Namespace: WikiClientLibrary.Wikia.Discussions
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[FlagsAttribute]
public enum PostCreationOptions
Members
Member nameValueDescription
None0 No options.
AsArticleComment1 Creates the new post using article comment API, regardless of the current namespace.
AsWallMessage2 Creates the new post using message wall API, regardless of the current namespace.
See Also