| 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.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public IEnumerable<string>? Slots { get; set; }
Public Property Slots As IEnumerable(Of String)
Get
Set
Dim instance As RevisionsPropertyProvider
Dim value As IEnumerable(Of String)
value = instance.Slots
instance.Slots = value
public:
property IEnumerable<String^>^ Slots {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member Slots : IEnumerable<string> with 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 Also