The type of content-based retrieval (CBR) search engine enabled in the object store. If CBR is not enabled for the object store, the value is NONE. Otherwise, the value identifies the currently configured search engine. (See the related constants in FileNet.Api.Constants.CBRSearchType.)

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

ToggleSyntax

Visual Basic (Declaration)
Property CBRSearchType As CBRSearchType
C#
CBRSearchType CBRSearchType { get; set; }
Visual C++
property CBRSearchType CBRSearchType {
	CBRSearchType get ();
	void set (CBRSearchType value);
}
JavaScript
function get_cbrSearchType();
function set_cbrSearchType(value);

ToggleRemarks

ToggleSee Also