Integration Library
Integration Library
API Reference
Namespaces
Law.EdaIntegration.Exports
ExportErrorManager Class
ExportErrorManager Methods
All Method
ById Method
Checksum Method
Count Method
FilterValues Method
NextPage Method
ReTry Method
ReTryAll Method
SaveAllToCsv Method
SaveSelectedToCsv Method
ExportErrorManager
FilterValues Method
Gets the possible values for an exception filter
Namespace:
Law.EdaIntegration.Exports
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
Copy
public
IEnumerable
<
ExceptionFilterValue
>
FilterValues
(
ExceptionFilterType
filterType
)
Parameters
filterType
Type:
Law.EdaIntegration.Exceptions
ExceptionFilterType
the type of filter for which to get values
Return Value
Type:
IEnumerable
ExceptionFilterValue
List of possible exception filter values
See Also
Reference
ExportErrorManager Class
Law.EdaIntegration.Exports Namespace