A bitmask of IndexingFailureCode constants that identify the types of indexing failures that have occurred as a result of an index request for a CBR-enabled object. If there are no indexing failures, the CmIndexingFailureCode property returns a value of zero.

If you set the value of the IndexingFailureRecordingLevel property of an ObjectStore object to PROPAGATE_TO_SOURCE, the error information is propagated to the CmIndexingFailureCode property of all CBR-enabled objects.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property CmIndexingFailureCode As Nullable(Of Integer)
C#
Nullable<int> CmIndexingFailureCode { get; }
Visual C++
property Nullable<int> CmIndexingFailureCode {
	Nullable<int> get ();
}
JavaScript
function get_cmIndexingFailureCode();

ToggleRemarks

ToggleSee Also