Click or drag to resize

EntityQueryOptions Enumeration

This is preliminary documentation and is subject to change.

Provides options for fetching entity information from server.

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
[FlagsAttribute]
public enum EntityQueryOptions
Members
Member nameValueDescription
None0No options.
FetchInfo1Fetch page and last revision information.
FetchLabels2Fetch multilingual labels of the entity.
FetchAliases4Fetch multilingual aliases of the entity.
FetchDescriptions8Fetch multilingual descriptions of the entity.
FetchSiteLinks16Fetch associated wiki site links.
FetchSiteLinksUrl48 Fetch associated wiki site links, along with link URLs. This option implies FetchSiteLinks.
FetchClaims64 Fetch claims on this entity.
FetchAllProperties127 Fetch all the properties that is supported by WCL.
SuppressRedirects256 Do not resolve redirect. Treat them like deleted entities.
See Also