Click or drag to resize

ExtractsPropertyProviderMaxSentences Property

This is preliminary documentation and is subject to change.

How many sentences to return.

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public int MaxSentences { get; set; }

Property Value

Int32
The 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