Click or drag to resize

SiteOptions(String) Constructor

This is preliminary documentation and is subject to change.

Initializes with API endpoint URL.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public SiteOptions(
	string apiEndpoint
)

Parameters

apiEndpoint  String
The URL of MediaWiki API endpoint.
See Also