Click or drag to resize

QueryPageResultItemValue Property

This is preliminary documentation and is subject to change.

Value associated with the page or the entry specified by Title, if applicable.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
[JsonPropertyAttribute]
public string Value { get; }

Property Value

String
Remarks
Depending on the nature of different types of query pages, this property can be
  • stringified number – referencing page count (Mostcategories, Mostimages, Mostinterwikis, Mostlinked, Wantedfiles, Wantedpages, etc.), revision count (Fewestrevisions, etc.), page length (Shortpage, Longpage), usage count (GadgetUsage), etc.
  • stringified UNIX timestamp – page time stamp (Ancientpages, etc.); consider retrieving the timestamp from Timestamp or leveraging FromUnixTimeSeconds(Int64) to parse the value.
  • etc."0", "1", or stringified sequence number.
See Also