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)

ToggleSyntax

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();

ToggleRemarks

ToggleSee Also