Click or drag to resize

MediaWikiVersionAbove(Int16, Int16) Method

This is preliminary documentation and is subject to change.

Determines whether the version is equal to or above than the specified official release version.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public bool Above(
	short major,
	short minor
)

Parameters

major  Int16
major version.
minor  Int16
minor version.

Return Value

Boolean
See Also