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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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