Click or drag to resize

ExtractsPropertyProviderMaxCharacters Property

This is preliminary documentation and is subject to change.

How many characters to return. Actual text returned might be slightly longer.

Namespace: WikiClientLibrary.Pages.Queries.Properties
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public int MaxCharacters { get; set; }

Property Value

Int32
The allowed maximum number of characters to return, or 0 for no such limitation.
Remarks
The effective value must be between 1 and 1,200. Either this property or MaxSentences should be 0.
See Also