 | BoardNewPostAsync Method |
This is preliminary documentation and is subject to change.
Overload List | Name | Description |
---|
 | 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.
|
Top
See Also