 | IExportErrorManager.NextPage Method |
Gets the next page of exceptions filtered by supplied filter
Namespace:
EdaIntegrationContract.Exports
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
SyntaxIEnumerable<IExportError> NextPage(
int lastItemId,
int pageSize,
IExceptionFilter filter = null
)
Parameters
- lastItemId
- Type: System.Int32
The id of the most recently retrieved exception - pageSize
- Type: System.Int32
The number of exception to retrieve - filter (Optional)
- Type: EdaIntegrationContract.Exceptions.IExceptionFilter
An optional filter
Return Value
Type:
IEnumerable<IExportError>List of exceptions
See Also