Click or drag to resize

Post Class

This is preliminary documentation and is subject to change.

Represents a post in the commenting area, or a thread in a board on the Wikia forum (Special:Forum).
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Wikia.DiscussionsPost

Namespace: WikiClientLibrary.Wikia.Discussions
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public class Post

The Post type exposes the following members.

Constructors
 NameDescription
Public methodPost Initializes a new instance of Post.
Top
Properties
 NameDescription
Public propertyAuthorGets the author of the post.
Public propertyContentGets the comment content.
Public propertyExistsGets a value, determining whether the page exists.
Public propertyIdGets the ID of the post.
Public propertyLastEditorGets the last editor of the post.
Public propertyLastRevisionGets the latest revision of the post.
Public propertyLastUpdatedGets the time when the post is last edited.
Public propertyOwnerPageGets the stub of the page that owns the comment.
Public propertyRepliesGets the replies of the post.
Public propertySiteGets the Wikia site.
Public propertyTimeStampGets the time when the post is first submitted.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRefreshAsync Refreshes the post content from the server.
Public methodRefreshAsync(PostQueryOptions) Refreshes the post content from the server.
Public methodRefreshAsync(PostQueryOptions, CancellationToken) Refreshes the post content from the server.
Public methodReplyAsync(String) Add a new reply to the post.
Public methodReplyAsync(String, PostCreationOptions) Add a new reply to the post.
Public methodReplyAsync(String, PostCreationOptions, CancellationToken) Add a new reply to the post.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also