 | ExtractsPropertyProviderMaxSentences Property |
This is preliminary documentation and is subject to change.
How many sentences to return.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int MaxSentences { get; set; }
Public Property MaxSentences As Integer
Get
Set
Dim instance As ExtractsPropertyProvider
Dim value As Integer
value = instance.MaxSentences
instance.MaxSentences = value
public:
property int MaxSentences {
int get ();
void set (int value);
}
member MaxSentences : int with get, set
Property Value
Int32The allowed maximum number of sentences to return, or 0 for no such limitation.
Remarks
The effective value must be between 1 and 10.
Either this property or
MaxCharacters should be 0.
See Also