Specifies whether this class or property is enabled for full text indexing (content-based retrieval).
Namespace:
FileNet.Api.MetaFor 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) |
---|
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(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ