Click or drag to resize

Case Class

The basic unit of organization for identifying sets of source documents, applying filters, exporting, and other functions related to prefiltering.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.CaseCase

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class Case

The Case type exposes the following members.

Properties
  NameDescription
Public propertyCaseDirectory
Directory where all case data is stored including search index, content storage and diagnostic logs.
Public propertyClient
The client name to be associated with the case.
Public propertyCreated
The date and time that the case was created
Public propertyCustodians
Provides access to the Custodians of this case.
Public propertyDeduplication
Provides access to Deduplication for this case.
Public propertyDescription
An optional description associated with the case
Public propertyDocuments
Provides access to the Documents imported into the case.
Public propertyEmailThreading
Provides access to the Email Threading manager actions for this case.
Public propertyExceptions
Provides access to the ExceptionItems generated during document processing for this case.
Public propertyExports
Provides access to the Exports for this case.
Public propertyFileTypeFilter
Provides access to file type filtering for this case.
Public propertyId
A unique identifier for the case
Public propertyImports
Provides access to the Import Sessions for this case.
Public propertyIndex
Provides access to Indexing for this case.
Public propertyIsActive
Set or get the active or inactive state for a case, used to help distinguish between active cases and inactive cases.
Public propertyLastAccessed
The date and time that the case was last accessed in Early Data Analyzer.
Public propertyName
The name of the case
Public propertyNearDuplicates
Provides access to the Near Duplicate manager actions for this case.
Public propertyNist
Provides access to Nist for this case.
Public propertyOCR
Provides access to the OCR actions for this case.
Public propertyProcessingStatus
Status associated with the case
Public propertyProperties
Provides access to selected case properties
Public propertySources
Provides access to the Sources for this case.
Public propertyStatistics
Gets case level aggregate statistics.
Public propertyTags
Provides access to the Tags for this case.
Public propertyUnifiedExceptions
Provides access to the combined exceptions used by Turbo Import
Top
Methods
  NameDescription
Public methodGetPendingActivities
Gets pending activities for case
Public methodUpdateProperties
Saves the case properties in the proxy class to the EdaCase
Top
See Also