EAPAuditExportEventArgs Constructor (ExportAuditType, MapperExportOptions) |
Constructs a new EAPAuditExportEventArgs, including the ExportAuditType and the MapperExportOptions.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EAPAuditExportEventArgs(
ExportAuditType type,
MapperExportOptions expOptions
)
Public Sub New (
type As ExportAuditType,
expOptions As MapperExportOptions
)
Parameters
- type
- Type: NetQuarryExportAuditType
The ExportAuditType. - expOptions
- Type: NetQuarryMapperExportOptions
The MapperExportOptions.
See Also