Click or drag to resize

ExtensionCollectionItem(String) Property

This is preliminary documentation and is subject to change.

Gets the extension with specified name. The match is case-sensitive.

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

Parameters

name  String
extension name to look for.

Property Value

ExtensionInfo
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
KeyNotFoundExceptionthere is no matching extension in the collection.
See Also