From 85848894b5b8cd818f36fe23c8e74619d107fd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Mon, 1 Apr 2024 13:40:53 +0300 Subject: [PATCH] Document searchPage parameter --- include/megaapi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/megaapi.h b/include/megaapi.h index 090596cbdd..c7ae6307ee 100644 --- a/include/megaapi.h +++ b/include/megaapi.h @@ -17100,6 +17100,7 @@ class MegaApi * Sort nodes with favourite attr last. With this order, folders are returned first, then files * * @param cancelToken MegaCancelToken to be able to cancel the processing at any time. + * @param searchPage Container for pagination options; if null, all results will be returned * * @return List with found children as MegaNode objects */ @@ -18204,6 +18205,7 @@ class MegaApi * Sort nodes with favourite attr last. With this order, folders are returned first, then files * * @param cancelToken MegaCancelToken to be able to cancel the search at any time. + * @param searchPage Container for pagination options; if null, all results will be returned * * @return List with found nodes as MegaNode objects */