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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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