Click or drag to resize

IWikiFamily Interface

This is preliminary documentation and is subject to change.

Represents a set of wiki WikiSite instances, identified by their names (often the same as interwiki prefix).

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public interface IWikiFamily

The IWikiFamily type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the name of this wiki family.
Top
Methods
 NameDescription
Public methodGetSiteAsync Asynchronously gets a WikiSite instance from the specified family name.
Public methodTryNormalize Tries to normalize the specified wiki prefix by changing the letter-case of the input name.
Top
Remarks
The wiki names here should be case-insensitive. For interwiki prefixes, the names are often lower-case.
See Also