| PostCreationOptions Enumeration |
This is preliminary documentation and is subject to change.
Provides options for creating or repying to a post.
Namespace: WikiClientLibrary.Wikia.DiscussionsAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [FlagsAttribute]
public enum PostCreationOptions
<FlagsAttribute>
Public Enumeration PostCreationOptions
Dim instance As PostCreationOptions
[FlagsAttribute]
public enum class PostCreationOptions
[<FlagsAttribute>]
type PostCreationOptions
Members Member name | Value | Description |
---|
None | 0 |
No options.
|
AsArticleComment | 1 |
Creates the new post using article comment API,
regardless of the current namespace.
|
AsWallMessage | 2 |
Creates the new post using message wall API,
regardless of the current namespace.
|
See Also