Specifies whether this class or property is enabled for full text indexing (content-based retrieval).
Namespace:
FileNet.Api.AdminFor 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property IsCBREnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsCBREnabled { get; set; } |
Visual C++ |
---|
property Nullable<bool> IsCBREnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
JavaScript |
---|
function get_isCBREnabled(); function set_isCBREnabled(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ