Board Class |
This is preliminary documentation and is subject to change.
The Board type exposes the following members.
Name | Description | |
---|---|---|
Board(WikiPage) | Initializes a new instance of Board from an existing WikiPage. | |
Board(WikiaSite, Int64) | Initializes a new instance of Board from site and page ID. | |
Board(WikiaSite, String) | Initializes a new instance of Board from site and page title. | |
Board(WikiaSite, String, Int32) | Initializes a new instance of Board from site and page title. |
Name | Description | |
---|---|---|
Exists | Gets a value, determining whether the page exists. | |
Page | Gets the corresponding page information. | |
Site | Gets the Wikia site. |
Name | Description | |
---|---|---|
EnumPostsAsync | Asynchronously enumerates all the comments on the specified page. | |
EnumPostsAsync(PostQueryOptions) | Asynchronously enumerates all the comments on the specified page. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NewPostAsync(String) | Asynchronously adds a new reply to the post. | |
NewPostAsync(String, String) | Asynchronously adds a new reply to the post. | |
NewPostAsync(String, String, IEnumerableString) | Asynchronously adds a new reply to the post. | |
NewPostAsync(String, String, PostCreationOptions) | Asynchronously adds a new reply to the post. | |
NewPostAsync(String, String, IEnumerableString, PostCreationOptions) | Asynchronously adds a new reply to the post. | |
NewPostAsync(String, String, IEnumerableString, PostCreationOptions, CancellationToken) | Asynchronously adds a new reply to the post. | |
RefreshAsync | ||
RefreshAsync(CancellationToken) | Asynchronously refreshes the basic information of current board. | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |