Post Class | 
This is preliminary documentation and is subject to change.
The Post type exposes the following members.
| Name | Description | |
|---|---|---|
| Content | Post content. | |
| LastRevision | Gets the last revision of the post. | |
| Replies | Gets a read-only view of the replies. | |
| Site | The MediaWiki site hosting this post. | |
| TopicTitle | The full page title of the Flow topic. | |
| WorkflowId | Workflow ID of the post. | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| ModerateAsync(ModerationAction, String) | Moderates the post with the specified action. | |
| ModerateAsync(ModerationAction, String, CancellationToken) | Moderates the post with the specified action. | |
| RefreshAsync | Refreshes the topic revision and replies from the server. | |
| RefreshAsync(CancellationToken) | Refreshes the topic revision and replies from the server. | |
| ReplyAsync(String) | Add a new reply to the post. | |
| ReplyAsync(String, CancellationToken) | Add a new reply to the post. | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString)  |