Click or drag to resize

Board Class

This is preliminary documentation and is subject to change.

Represents the commenting area of an article, a message wall, or a board on the Wikia forum (Special:Forum).
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Wikia.DiscussionsBoard

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

The Board type exposes the following members.

Constructors
 NameDescription
Public methodBoard(WikiPage) Initializes a new instance of Board from an existing WikiPage.
Public methodBoard(WikiaSite, Int64) Initializes a new instance of Board from site and page ID.
Public methodBoard(WikiaSite, String) Initializes a new instance of Board from site and page title.
Public methodBoard(WikiaSite, String, Int32) Initializes a new instance of Board from site and page title.
Top
Properties
 NameDescription
Public propertyExistsGets a value, determining whether the page exists.
Public propertyPageGets the corresponding page information.
Public propertySiteGets the Wikia site.
Top
Methods
 NameDescription
Public methodEnumPostsAsync Asynchronously enumerates all the comments on the specified page.
Public methodEnumPostsAsync(PostQueryOptions) Asynchronously enumerates all the comments on the specified page.
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 methodNewPostAsync(String) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, IEnumerableString) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, PostCreationOptions) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, IEnumerableString, PostCreationOptions) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, IEnumerableString, PostCreationOptions, CancellationToken) Asynchronously adds a new reply to the post.
Public methodRefreshAsync 
Public methodRefreshAsync(CancellationToken) Asynchronously refreshes the basic information of current board.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also