Determines whether searches operate in case-insensitive mode regardless of the configured behavior of the database.

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.

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

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also