![]() | IExportDocument Interface |
Namespace: EdaIntegrationContract.Exports
public interface IExportDocument : IDocument
The IExportDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompositeName |
A concatenated value used to describe the location of a document
within its container.
(Inherited from IDocument.) |
![]() | CompressedSize |
The compressed size of the native file (in bytes) if it was contained within
certain archive types (e.g. not populated for 7zip items).
(Inherited from IDocument.) |
![]() | ContainerPath |
If the file was originally contained within a container, e.g. .zip file or .pst,
this is the path to the file's location within the container.
(Inherited from IDocument.) |
![]() | Custodian |
The custodian responsible for the document.
(Inherited from IDocument.) |
![]() | DateFilterLowerBound |
For emails, this field contains the sent date of the message.
For calendar / appointment items, this holds the appointment start date and time.
For e-documents, the earlier of the two dates found in the creation and last
modified fields (within the internal document metadata (if available)) is used.
(Inherited from IDocument.) |
![]() | DateFilterUpperBound |
For emails, this field contains the sent date of the message.
For calendar / appointment items, this holds the appointment end date and time.
For e-documents, the latest of the two dates found in the creation and last
modified fields (within the internal document metadata (if available)) is used.
(Inherited from IDocument.) |
![]() | Decrypted |
Indicates if the native file was password protected but able to be decrypted during import.
(Inherited from IDocument.) |
![]() | Directory |
The path to the original folder/location of the native file. For each item that originated
in a mail store, the Directory will list the path to the mail store.
(Inherited from IDocument.) |
![]() | DocumentType |
The type of document that this represents, e.g. Email
or EDocument.
(Inherited from IDocument.) |
![]() | EDocMetadata |
Metadata specific to non-email documents. For Email documents
this will be Null.
(Inherited from IDocument.) |
![]() | EmailMetadata |
Metadata specific to Email documents. For non-email documents
this will be Null.
(Inherited from IDocument.) |
![]() | EmailThreadingMetadata |
Email threading information. If there is no email threading data,
or if the Email Threading process has been disabled for Analysis, then
this will be Null.
|
![]() | Encrypted |
Indicates if the native file was password protected and unable to be decrypted.
(Inherited from IDocument.) |
![]() | ExportNativeFileTitle |
The name of the native file that was exported, if IncludeNativeFiles
was selected in the export configuration.
|
![]() | ExportNumber |
Based on the NumberingSeed value specified, this value
increments by one for each document in the export.
|
![]() | ExportPath |
The sub-directory below the ExportDirectory where the native
file or text file was placed.
|
![]() | ExportTextFileTitle |
The name of the text file that was exported, if ExportTextToFile
was selected in the export configuration.
|
![]() | FamilyParentId |
The unique identifier of the "family parent" document,
i.e. the "top" document in the document family
(Inherited from IDocument.) |
![]() | FileName |
The filename of the native file.
(Inherited from IDocument.) |
![]() | FileType |
A numeric representation of the native file type (provided by third-party file
identification engine).
(Inherited from IDocument.) |
![]() | FileTypeDescription |
A textual description of native file type (provided by third-party file identification engine).
(Inherited from IDocument.) |
![]() | FileUri |
Used internally by the system to retrieve mail store items for exporting and viewing native files,
e.g. (Lotus Notes email): note-id://D2D09967C7679B3E8625711400748A11.
(Inherited from IDocument.) |
![]() | HasAttachments |
Indicates whether the document has attachments.
(Inherited from IDocument.) |
![]() | Hash |
The MD5 or SHA-1 hash of the email or edocument, depending on the Deduplication Mode
setting at the time of import.
(Inherited from IDocument.) |
![]() | Id |
The unique identifier for the document.
(Inherited from IDocument.) |
![]() | Imported |
The date/time that the file was imported into the case.
(Inherited from IDocument.) |
![]() | ImportSet |
The document's import session.
(Inherited from IDocument.) |
![]() | InventoryId |
The internal numeric identifier for the document.
(Inherited from IDocument.) |
![]() | IsArchiveItem |
Indicates whether the native file was contained with an archive (e.g. 7zip)
when imported into the case.
(Inherited from IDocument.) |
![]() | IsAttachment |
Indicates whether the native file was an attachment of another document.
(Inherited from IDocument.) |
![]() | IsCompound |
Indicates whether the native file is a "compound document" (contains embedded files).
(Inherited from IDocument.) |
![]() | IsCompoundChild |
Indicates whether the native file was embedded inside another document (the parent
document would have IsCompound set to True).
(Inherited from IDocument.) |
![]() | IsDuplicate |
Indicates if the document was identified as a duplicate of another document
in the case during Analysis.
(Inherited from IDocument.) |
![]() | IsEmailAttachment |
Indicates whether the native file was an attachment of an email.
(Inherited from IDocument.) |
![]() | Level |
A numeric representation of the depth of the document within its container.
For example, a PST file might be level 0, an email in the PST level 1, an
attachment to an email in the PST level 2, etc.
(Inherited from IDocument.) |
![]() | MimeType |
Information about the content of the file extracted from the header of emails (with the
exception of MS Outlook items) and e-documents. Not all e-documents contain this information.
(Inherited from IDocument.) |
![]() | NearDuplicateMetadata |
Information relating to Near Duplicate analysis. If there is no near duplicate
data, or if the Near Duplicate process has been disabled for Analysis, then
this will be Null.
|
![]() | ParentId |
The unique identifier (Id) of the immediate parent document
in the parent-child relationship hierarchy, e.g. parent doc or mail store.
(Inherited from IDocument.) |
![]() | Password |
The password used to decrypt the native file during import.
(Inherited from IDocument.) |
![]() | Size |
The size of the native file in bytes.
(Inherited from IDocument.) |
![]() | Source |
The source of the document.
(Inherited from IDocument.) |
![]() | SourceDocumentId |
The unique identifier (Id) of the top-level document
in the parent-child relationship hierarchy, e.g. parent doc or mail store.
(Inherited from IDocument.) |
![]() | SourceFile |
The full path to the native file. If the file was in a container then the full path to the top-most
container is returned.
(Inherited from IDocument.) |
![]() | Tags |
The list of tags that have been applied to this document.
|
![]() | Text |
The text of the document extracted during Analysis or OCR.
(Inherited from IDocument.) |
![]() | TextSize |
Size of the extracted or OCR text (in bytes).
(Inherited from IDocument.) |