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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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