  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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