Click or drag to resize

ExtensionInfo Class

This is preliminary documentation and is subject to change.

Represents a MediaWiki extension item.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.SitesExtensionInfo

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonContractAttribute]
public sealed class ExtensionInfo

The ExtensionInfo type exposes the following members.

Constructors
 NameDescription
Public methodExtensionInfoInitializes a new instance of the ExtensionInfo class
Top
Properties
 NameDescription
Public propertyAuthorThe author or authors as a comma-delimited string.
Public propertyCredits 
Public propertyDescriptionUser-friendly description of the extension. (MediaWiki 1.24+)
Public propertyDescriptionMessageThe system message name for the user-friendly description of the extension. This can be emitted in conjunction with the description.
Public propertyLicense 
Public propertyLicenseName 
Public propertyNameThe class name of the extension.
Public propertyNameMessageThe system message name for the user-friendly name of the extension.
Public propertyTypeThe extension type.
Public propertyUrlThe URL for the homepage of the extension.
Public propertyVcsDate(Git only) The date of the latest version.
Public propertyVcsSystemWhich version control system is in use for the extension, if any.
Public propertyVcsUrlThe URL of the repository.
Public propertyVcsVersionThe version number of the extension in the version control system.
Public propertyVersion 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Remarks

The same extension can be registered in more than one type, in which case the results will be repeated for each different type. See Type for more information.

See mw:API:Siteinfo#Extensions.

See Also