Click or drag to resize

IdClassification Enumeration

Document file format classification type.

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public enum IdClassification
Members
Member nameValueDescription
Other0 Other miscellaneous types.
Archive1 Container document (usually compressed) that contains other documents (e.g., ZIP, 7z, tar, rar, data enveloping, etc).
Database2 Database document.
MediaImage3 Media images to store disk (and partition) images.
Email4 Email document (e.g., Outlook message (IPM.Note), EML, MIME mail, Lotus Notes .dxl, etc). See also Contact, Calendar, VoiceAndFaxMail, EmailSystemObjectType, EmailSystemReport and Messaging for other email system object types.
Calendar5 Calendar - meetings and appointments (iCalendar, Outlook appointments, meetings and related, Lotus Domino Appointment, etc)
Contact6 Contacts (e.g., vCard, Outlook contacts, Lotus Domino DXL Person, etc.).
VoiceAndFaxMail7 Voice and FAX mail email object.
EmailSystemObjectType8 Email system stored object type that is not considered email communication nor system reports (e.g., Task, Sticky Note, Post, Journal message, etc.).
EmailSystemReport9 Email system delivery, non-delivery, recall, and other reports.
MailStore15 Email container document (e.g., PST, OST, MBOX, Lotus NSF, etc)
Executable16 Executable document types (e.g., MSI, DLL, EXE, etc).
Markup17 Markup document (e.g., XML or HTML).
Multimedia18 Multimedia (video and audio: MP3, DICOM, AVI, WAV, Flash, etc).
Presentation19 Presentation document formats.
RasterImage20 Image document (e.g., raster or vector graphics images).
Spreadsheet21 Spreadsheet document formats.
Text22 Text document.
SourceCode23 Software source code related document.
VectorImage24 Vector Image (PDF, Visio, SVG, OpenDocument Graphics, Windows metadocument, etc)
WordProcessing25 Word processing document formats
eBook26 Electronic book (e-book, eBook, etc.) is a book publication in digital form.
ScientificDataFormat27 Scientific/mathematic/bioinformatic data formats.
CadCamAnd3dModel28 CAD/CAM and 3D models formats.
GeographicInformationSystems29 Geographic Information Systems (GIS) formats.
Fonts30 Font file formats.
DataFile31 Data and data serialization document formats.
SecurityAndEncryption32 Security and encryption data formats.
DesktopPublishing33 Desktop publishing document formats.
ProjectManagement34 Project management formats.
NotesAndResearch35 Notes and research document formats
Financial36 Financial record document formats
DocumentExchange37 Document exchange formats. Document exchange formats are non-program specific, i.e., different applications can output these exchangable document formats.
MessagingStore50 Messaging container formats that contain collected/exported messages (e.g, Slack, Teams, Cellebrite, etc. exports).
Messaging51 Messaging (instant messaging, Slack, Teams, Skype, SMS, MMS, etc.) application formats.
AIChatsAndPrompts70 Artificial Intelligence (AI) user prompts and chat responses (e.g., Exchange Office 365, Outlook, Teams, BizChat, Loop, etc. chats and prompts).
See Also