Click or drag to resize

MediaWikiVersionAbove(Int16, Int16, MediaWikiDevChannel, Int16) Method

This is preliminary documentation and is subject to change.

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

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public bool Above(
	short major,
	short minor,
	MediaWikiDevChannel devChannel,
	short devVersion
)

Parameters

major  Int16
major version.
minor  Int16
minor version.
devChannel  MediaWikiDevChannel
Channel of development.
devVersion  Int16
DevVersion. Should be between 0 and 4095.

Return Value

Boolean
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionAny one of the version numbers is out of range.
ArgumentExceptiondevChannel is None, but devVersion is non-zero.
See Also