| ExportErrorManagerNextPage Method |
Gets the next page of exceptions filtered by supplied filter
Namespace:
Law.EdaIntegration.Exports
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public IEnumerable<ExportError> NextPage(
int lastItemId,
int pageSize,
ExceptionFilter filter = null
)
Parameters
- lastItemId
- Type: SystemInt32
The id of the most recently retrieved exception - pageSize
- Type: SystemInt32
The number of exception to retrieve - filter (Optional)
- Type: Law.EdaIntegration.ExceptionsExceptionFilter
An optional filter
Return Value
Type:
IEnumerableExportErrorList of exceptions
See Also