Click or drag to resize

IExportErrorManagerNextPage Method

Gets the next page of exceptions filtered by supplied filter

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IEnumerable<IExportError> NextPage(
	int lastItemId,
	int pageSize,
	IExceptionFilter 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: EdaIntegrationContract.ExceptionsIExceptionFilter
An optional filter

Return Value

Type: IEnumerableIExportError
List of exceptions
See Also