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