| FlowLink(String, String, String) Constructor |
This is preliminary documentation and is subject to change.
Initializes a new instance of the
FlowLink class
Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [JsonConstructorAttribute]
public FlowLink(
string url,
string title,
string text
)
<JsonConstructorAttribute>
Public Sub New (
url As String,
title As String,
text As String
)
Dim url As String
Dim title As String
Dim text As String
Dim instance As New FlowLink(url, title,
text)
public:
[JsonConstructorAttribute]
FlowLink(
String^ url,
String^ title,
String^ text
)
[<JsonConstructorAttribute>]
new :
url : string *
title : string *
text : string -> FlowLink
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