| BacklinksGenerator(WikiSite, String) Constructor |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public BacklinksGenerator(
WikiSite site,
string? targetTitle
)
Public Sub New (
site As WikiSite,
targetTitle As String
)
Dim site As WikiSite
Dim targetTitle As String
Dim instance As New BacklinksGenerator(site, targetTitle)
public:
BacklinksGenerator(
WikiSite^ site,
String^ targetTitle
)
new :
site : WikiSite *
targetTitle : string -> BacklinksGenerator
Parameters
- site WikiSite
[Missing <param name="site"/> documentation for "M:WikiClientLibrary.Generators.BacklinksGenerator.#ctor(WikiClientLibrary.Sites.WikiSite,System.String)"]
- targetTitle String
- List pages linking to this title. The title does not need to exist.
See Also