Skip to content

Commit

Permalink
Merge branch 'task/SDK-3764_Document-the-new-parameter-searchPage' in…
Browse files Browse the repository at this point in the history
…to 'develop'

SDK-3764. Document the new parameter searchPage

Closes SDK-3764

See merge request sdk/sdk!5417
  • Loading branch information
catalinr-m committed Apr 2, 2024
2 parents 3e5c822 + 8584889 commit 62e6255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/megaapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 62e6255

Please sign in to comment.