Specifies whether this class or property is enabled for full text indexing (content-based retrieval).

For classes, the following conditions apply:

  • The value of this property must be set to true if any property on this class is going to be enabled for CBR.
  • A value of true also enables full text indexing of any content associated with the class. (There is no content property to enable CBR.)

For properties, this property can be enabled only on Document, Annotation, CustomObject, and Folder objects.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsCBREnabled As Nullable(Of Boolean)
C#
Nullable<bool> IsCBREnabled { get; }
Visual C++
property Nullable<bool> IsCBREnabled {
	Nullable<bool> get ();
}
JavaScript
function get_isCBREnabled();

ToggleRemarks

ToggleSee Also