| WikiPagePropertyListTPaginationSize Property |
This is preliminary documentation and is subject to change.
Gets/sets maximum items returned per MediaWiki API invocation.
Namespace: WikiClientLibrary.Generators.PrimitiveAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int PaginationSize { get; set; }
Public Property PaginationSize As Integer
Get
Set
Dim instance As WikiPagePropertyList
Dim value As Integer
value = instance.PaginationSize
instance.PaginationSize = value
public:
property int PaginationSize {
int get ();
void set (int value);
}
member PaginationSize : int with get, set
Property Value
Int32
Maximum count of items returned per MediaWiki API invocation.
This limit is 10 by default, and can be set as high as 500 for regular users,
or 5000 for users with the
apihighlimits right (typically bots and sysops).
Remarks
This property decides how many items returned at most per MediaWiki API invocation.
See Also