Click or drag to resize

Post Class

This is preliminary documentation and is subject to change.

Represents a normal flow post.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.FlowPost

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

The Post type exposes the following members.

Constructors
 NameDescription
Public methodPost Initializes a new Post instance from MW site and post workflow ID.
Top
Properties
 NameDescription
Public propertyContent Post content.
Public propertyLastRevision Gets the last revision of the post.
Public propertyReplies Gets a read-only view of the replies.
Public propertySite The MediaWiki site hosting this post.
Public propertyTopicTitle The full page title of the Flow topic.
Public propertyWorkflowId Workflow ID of the post.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodModerateAsync(ModerationAction, String) Moderates the post with the specified action.
Public methodModerateAsync(ModerationAction, String, CancellationToken) Moderates the post with the specified action.
Public methodRefreshAsync Refreshes the topic revision and replies from the server.
Public methodRefreshAsync(CancellationToken) Refreshes the topic revision and replies from the server.
Public methodReplyAsync(String) Add a new reply to the post.
Public methodReplyAsync(String, CancellationToken) Add a new reply to the post.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also