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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public SiteOptions(
	string apiEndpoint
)

Parameters

apiEndpoint  String
The URL of MediaWiki API endpoint.
See Also