Specifies whether this class or property is enabled for full text indexing (content-based retrieval).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
For classes, the following conditions apply:
- The value of this property must be set to
if any property on this class is going to be enabled for CBR.true - A value of
also enables full text indexing of any content associated with the class. (There is no content property to enable CBR.)true
For properties, this property can be enabled only on
,
,
, and
objects.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property IsCBREnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> IsCBREnabled { get; set; } |
C++ |
---|
property Nullable<bool> IsCBREnabled abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_IsCBREnabled(); /** property */ public void set_IsCBREnabled(Nullable<bool> value); |
JScript |
---|
public function get IsCBREnabled() : Nullable<bool> public function set IsCBREnabled(value : Nullable<bool>); |
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