Specifies whether the lifecycle state of this document is in an exception state (true) or not (false).
As long as a document is in an exception state, its lifecycle state can neither be promoted nor demoted.
To clear a document from an exception state, you must call its ChangeState method and set the
LifecycleChangeFlags parameter to CLEAR_EXCEPTION.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property IsInExceptionState As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> IsInExceptionState { get; } |
| Visual C++ |
|---|
property Nullable<bool> IsInExceptionState { Nullable<bool> get (); } |
| JavaScript |
|---|
function get_isInExceptionState(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ