Click or drag to resize

InterwikiMapItem Property

This is preliminary documentation and is subject to change.

Get the interwiki entry with specified prefix. The match is case-insensitive.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public InterwikiEntry this[
	string prefix
] { get; }

Parameters

prefix  String
 

Property Value

InterwikiEntry
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe specified prefix cannot be found.
See Also