Click or drag to resize

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.Flow
Assembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public Post(
	WikiSite site,
	string topicTitle,
	string workflowId
)

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
ExceptionCondition
ArgumentNullExceptionEither site, topicTitle, or workflowId is null.
See Also