Click or drag to resize

FlowLink(String, String, String) Constructor

This is preliminary documentation and is subject to change.

Initializes a new instance of the FlowLink class

Namespace: WikiClientLibrary.Flow
Assembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonConstructorAttribute]
public FlowLink(
	string url,
	string title,
	string text
)

Parameters

url  String

[Missing <param name="url"/> documentation for "M:WikiClientLibrary.Flow.FlowLink.#ctor(System.String,System.String,System.String)"]

title  String

[Missing <param name="title"/> documentation for "M:WikiClientLibrary.Flow.FlowLink.#ctor(System.String,System.String,System.String)"]

text  String

[Missing <param name="text"/> documentation for "M:WikiClientLibrary.Flow.FlowLink.#ctor(System.String,System.String,System.String)"]

See Also