Click or drag to resize

Post Methods

This is preliminary documentation and is subject to change.

The Post type exposes the following members.

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