Click or drag to resize

CaseBlacklistInfo Class

Information about a blacklisted case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.CaseCaseBlacklistInfo

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

The CaseBlacklistInfo type exposes the following members.

Properties
  NameDescription
Public propertyActive
Whether the blacklisting is active. IF true, the case is blacklisted.
Public propertyAttempts
Number of attempts made to process the case
Public propertyCaseUuid
Uuid of the blacklisted case
Public propertyCreated
Time the blacklisting was created
Public propertyDetail
Detail about the error that caused the blacklisting
Public propertyReason
The reason the case was blacklisted
Public propertyServiceUid
THe uuid of the service that created the blacklisting
Top
See Also