You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retrieving a list of subscribers via List.active(), an empty list has 0 pages and 1 numbered page while a populated list has 1 pages and also 1 numbered page. In both cases the caller receives a 'page', right?
The text was updated successfully, but these errors were encountered:
w-p
changed the title
Values of PageNumber and NumberOfPages seem inconsistent.
Values of PageNumber and NumberOfPages seems inconsistent.
Dec 12, 2017
When retrieving a list of subscribers via
List.active()
, an empty list has 0 pages and 1 numbered page while a populated list has 1 pages and also 1 numbered page. In both cases the caller receives a 'page', right?More explicitly:
NumberOfPages > 0
PageNumber > 0
NumberOfPages == 0
PageNumber > 0
Empty List:
Populated List:
The text was updated successfully, but these errors were encountered: