Click or drag to resize

ExtensionCollectionTryGet Method

This is preliminary documentation and is subject to change.

Tries to get 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? TryGet(
	string name
)

Parameters

name  String
extension name to look for.

Return Value

ExtensionInfo
extension information, if available; or null if the extension is not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also