Click or drag to resize

LanguageLinkProperties Enumeration

This is preliminary documentation and is subject to change.

The additional language link properties to retrieve for LanguageLinksPropertyGroup.

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[FlagsAttribute]
public enum LanguageLinkProperties
Members
Member nameValueDescription
None0 
Url1Adds the full URL. (MW 1.23+, or MW 1.17+ in compatible mode)
LanguageName2Adds the localized language name (best effort, use CLDR extension). Use llinlanguagecode to control the language. (MW 1.23+)
Autonym4Adds the native language name. (MW 1.23+)
See Also