Click or drag to resize

ICaseListing Interface

The basic unit of organization for identifying sets of source documents

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ICaseListing

The ICaseListing 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 associated with the case.
Public propertyCreated
The date and time that the case was created
Public propertyDescription
An optional description associated with the case
Public propertyId
A unique identifier for the case
Public propertyLastAccessed
The date and time that the case was last accessed in CloudNine Explore.
Public propertyMigrationsRequired
Indicates whether database schema and possibly data migrations are required when opening this case.
Public propertyName
The name of the case
Public propertyProgramUpdateRequired
Indicates whether program update is require when opening this case.
Top
See Also