For an ObjectStore object, this property determines whether searches in the represented object store operate in case-insensitive mode.
For an IIsolatedRegion object, this property determines whether searches in the represented isolated region operate in case-insensitive mode. This setting can be configured independently of the case-insensitive mode setting of the object store that is associated with the isolated region. If this property is not set on an isolated region, the default behavior is to use the setting of the ForceCaseInsensitiveSearch property on the object store that is associated with the isolated region.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ForceCaseInsensitiveSearch As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> ForceCaseInsensitiveSearch { get; set; } |
Visual C++ |
---|
property Nullable<bool> ForceCaseInsensitiveSearch { Nullable<bool> get (); void set (Nullable<bool> value); } |
JavaScript |
---|
function get_forceCaseInsensitiveSearch(); function set_forceCaseInsensitiveSearch(value); |
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_WRITE
TargetAccessRequired: READ