Click or drag to resize

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
)

Parameters

type
Type: NetQuarryExportAuditType
The ExportAuditType.
expOptions
Type: NetQuarryMapperExportOptions
The MapperExportOptions.
See Also