  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic 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 -> BacklinksGeneratorParameters
- 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