Click or drag to resize

LanguageLinksPropertyProvider Class

This is preliminary documentation and is subject to change.

Gets a list of interlanguage links from the provided pages to other languages. (mw:API:Langlinks)
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Pages.Queries.PropertiesWikiPagePropertyProviderLanguageLinksPropertyGroup
    WikiClientLibrary.Pages.Queries.PropertiesLanguageLinksPropertyProvider

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public class LanguageLinksPropertyProvider : WikiPagePropertyProvider<LanguageLinksPropertyGroup>

The LanguageLinksPropertyProvider type exposes the following members.

Constructors
 NameDescription
Public methodLanguageLinksPropertyProviderInitializes a new instance of the LanguageLinksPropertyProvider class
Public methodLanguageLinksPropertyProvider(LanguageLinkProperties)Initializes a new instance of the LanguageLinksPropertyProvider class
Top
Properties
 NameDescription
Public propertyLanguageLinkProperties Specify the additional language link properties to retrieve.
Public propertyLanguageName Only returns the interwiki link for this language code.
Public propertyLanguageNameLanguage When LanguageLinkProperties has LanguageName set, specifies the display language of the language names.
Public propertyPropertyName Gets the property name, when this property is needed to be included in the prop= parameter in the MediaWiki API request.
(Overrides WikiPagePropertyProviderTPropertyName)
Top
Methods
 NameDescription
Public methodEnumParameters
(Overrides WikiPagePropertyProviderTEnumParameters(MediaWikiVersion))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMaxPaginationSize Gets the maximum allowed count of titles in each MediaWiki API request.
(Inherited from WikiPagePropertyProviderT)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParsePropertyGroup
(Overrides WikiPagePropertyProviderTParsePropertyGroup(JsonObject))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also