Table of Contents

Field MaximumPageSize

Namespace
MailFathom.Application.Rules.History
Assembly
MailFathom.Application.dll

The greatest page size one request may ask for.

public const int MaximumPageSize = 200

Returns

int
The greatest page size one request may ask for.

Remarks

An execution carries the actions its rule declared and the facts its condition read, so a page is bounded by what it returns rather than only by how many rows it names. Both of those are themselves bounded by the rule set, which is what keeps this figure meaningful.