 | LocalWikiSearchListPaginationSize Property |
This is preliminary documentation and is subject to change.
Gets/sets maximum items returned per API invocation.
Namespace: WikiClientLibrary.Wikia.WikiaApiAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int PaginationSize { get; set; }
Public Property PaginationSize As Integer
Get
Set
Dim instance As LocalWikiSearchList
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 25 by default, and can be set as high as 200 for regular users.
Remarks
This property decides how many items returned at most per API invocation.
See Also