| Post Constructor |
This is preliminary documentation and is subject to change.
Initializes a new
Post instance from MW site and post workflow ID.
Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Post(
WikiSite site,
string topicTitle,
string workflowId
)
Public Sub New (
site As WikiSite,
topicTitle As String,
workflowId As String
)
Dim site As WikiSite
Dim topicTitle As String
Dim workflowId As String
Dim instance As New Post(site, topicTitle,
workflowId)
public:
Post(
WikiSite^ site,
String^ topicTitle,
String^ workflowId
)
new :
site : WikiSite *
topicTitle : string *
workflowId : string -> Post
Parameters
- site WikiSite
- MediaWiki site.
- topicTitle String
- The full page title of the Flow topic.
- workflowId String
- Full page title of the Flow discussion board, including Topic: namespace prefix.
Exceptions See Also