Specifies whether the lifecycle state of this document is in an exception state (
) or not (
). 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
method and set the
parameter to
.
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; } |
C++ |
---|
property Nullable<bool> IsInExceptionState abstract { Nullable<bool> get(); } |
J# |
---|
/** property */ public Nullable<bool> get_IsInExceptionState(); |
JScript |
---|
public function get IsInExceptionState() : Nullable<bool> |
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