Click or drag to resize

WikiFamilyRegister Method

This is preliminary documentation and is subject to change.

Add a new wiki site into this family.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public void Register(
	string prefix,
	string apiEndPoint
)

Parameters

prefix  String
The member name in the family. Usually this is the interwiki prefix.
apiEndPoint  String
The endpoint URL.
Exceptions
ExceptionCondition
ArgumentNullExceptionprefix or apiEndPoint is null.
See Also