Click or drag to resize

RevisionsPropertyProviderSlots Property

This is preliminary documentation and is subject to change.

Gets/sets the names of the revision slot from which to retrieve the revisions. (MediaWiki 1.32+)

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public IEnumerable<string>? Slots { get; set; }

Property Value

IEnumerableString
a sequence of slot names, or null to use default slot names (["main"]). Some example of predefined slot names are MainSlotName and DocumentationSlotName.
Remarks

See RevisionSlot for more information on "slot"s.

See Also