![]() | IExportConfig Interface |
Namespace: EdaIntegrationContract.Exports
public interface IExportConfig
The IExportConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlphaNumericNumbering |
Whether the NumberingSeed is an alphanumeric number format
|
![]() | EmailSortOrder |
Indicates the sort order for email items in the sort
|
![]() | ExportDirectory |
The root directory where exported documents and load files will be placed. This option
is only applicable if including native files (IncludeNativeFiles),
|
![]() | ExportExtractionFailures |
Whether native file extraction failures should be exported with place-holder .err files.
|
![]() | ExportSetOrderBys |
Fields used to order the creation of the export set
|
![]() | ExportTextToFile |
Whether the text extracted from the documents is exported to text files
|
![]() | GeneratedLoadFileFormat |
Identifies the load file format to generate during the export.
|
![]() | IncludeEmailsInThread |
Whether emails in threads are included as a part of the export
|
![]() | IncludeNativeFiles |
Whether native files are copied to the export directory as a part of the export processing
|
![]() | LawCaseIni |
Path to the LAW ini file for the case
|
![]() | LawCaseName |
THe LAW case name
|
![]() | MessageFormat |
The preferred format when exporting email messages. This option only applies
when exporting native files (see IncludeNativeFiles)
|
![]() | NumberAttachments |
Whether attachments should be identified separately in the export numbering scheme
|
![]() | NumberingSeed |
The seed value to use when adding new items to the export
|
![]() | Scope |
The scope of the export (all filtered documents or documents tagged with certain tags)
|
![]() | TagsToExclude |
For an ExportScope of "Tagged", documents tagged with these tags
will be excluded from the export.
|
![]() | TagsToInclude |
For an ExportScope of "Tagged", documents tagged with these tags will be
included in the export unless they have also been tagged with a tag that
appears in TagsToExclude.
|
![]() | UseLegacyFolderStructure |
Identifies whether to create the folder structure using pre-7.2 defaults
|